#CD5C46

Color #CD5C46 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CD5C46

Tints of Dark Coral #CD5C46

Color information

#CD5C46 (or 0xCD5C46) is unknown color: approx Dark Coral. HEX triplet: CD, 5C and 46. RGB value is (205,92,70). Sum of RGB (Red+Green+Blue) = 205+92+70=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C46 is #32A3B9. Grayscale: #7B7B7B. Windows color (decimal): -3318714 or 4611277. OLE color: 4611277.

HSL color Cylindrical-coordinate representation of color #CD5C46: hue angle of 9.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD5C46 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2059270-
CMYK00.550.660.20
HSL9.78º57.45%53.92%-
HSV(B)9.78º65.85%80.39%-
XYZ30.1121.088.28-
YUV123.2897.94186.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 55.86%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=55.86%
G=25.07%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205927000.550.660.209.7857.4553.92
HexCD5C460374214a3936
Octal31513410606710224127166
Binary110011011011100100011001101111000010101001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C46; }

 p { color: rgb(205,92,70); }

 H1.HeaderClassName
 {
   color: #CD5C46;
 }
 .AnyTagClassName
 {
   color: #CD5C46;
 }
</style>
background-color css

<style>
 a { background-color: #CD5C46; }

 a { background-color: rgb(205,92,70); }

 div.DivClassName
 {
   background-color: #CD5C46;
 }
 .BgClassName
 {
   background-color: #CD5C46;
 }
</style>
border-color css

<style>
 span { border-color: #CD5C46; }

 span { border-color: rgb(205,92,70); }

 td.TdClassName
 {
   border-color: #CD5C46;
 }
 .TagClassName
 {
   border-color: #CD5C46;
 }
</style>