#CD5C49

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

Shades of Dark Coral #CD5C49

Tints of Dark Coral #CD5C49

Color information

#CD5C49 (or 0xCD5C49) is unknown color: approx Dark Coral. HEX triplet: CD, 5C and 49. RGB value is (205,92,73). Sum of RGB (Red+Green+Blue) = 205+92+73=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C49 is #32A3B6. Grayscale: #7B7B7B. Windows color (decimal): -3318711 or 4807885. OLE color: 4807885.

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

Color convert

RGB2059273-
CMYK00.550.640.20
HSL8.64º56.9%54.51%-
HSV(B)8.64º64.39%80.39%-
XYZ30.2121.118.79-
YUV123.6299.44186.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=55.41%
G=24.86%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205927300.550.640.208.6456.954.51
HexCD5C49037401493937
Octal31513411106710024117167
Binary110011011011100100100101101111000000101001001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C49; }

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

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

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

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

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

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

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

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