#cc5d47

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

Shades of Dark Coral #CC5D47

Tints of Dark Coral #CC5D47

Color information

#CC5D47 (or 0xCC5D47) is unknown color: approx Dark Coral. HEX triplet: CC, 5D and 47. RGB value is (204,93,71). Sum of RGB (Red+Green+Blue) = 204+93+71=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D47 is #33A2B8. Grayscale: #7B7B7B. Windows color (decimal): -3383993 or 4677068. OLE color: 4677068.

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

Color convert

RGB2049371-
CMYK00.540.650.2
HSL9.92º56.6%53.92%-
HSV(B)9.92º65.2%80%-
XYZ29.9521.128.46-
YUV123.6898.27185.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=55.43%
G=25.27%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204937100.540.650.29.9256.653.92
HexCC5D470364114a3936
Octal31413510706610124127166
Binary110011001011101100011101101101000001101001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5d47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5d47; }

 p { color: rgb(204,93,71); }

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

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

 a { background-color: rgb(204,93,71); }

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

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

 span { border-color: rgb(204,93,71); }

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