#CC6047

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

Shades of Dark Coral #CC6047

Tints of Dark Coral #CC6047

Color information

#CC6047 (or 0xCC6047) is unknown color: approx Dark Coral. HEX triplet: CC, 60 and 47. RGB value is (204,96,71). Sum of RGB (Red+Green+Blue) = 204+96+71=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6047 is #339FB8. Grayscale: #7D7D7D. Windows color (decimal): -3383225 or 4677836. OLE color: 4677836.

HSL color Cylindrical-coordinate representation of color #CC6047: hue angle of 11.28º 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 #CC6047 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB2049671-
CMYK00.530.650.2
HSL11.28º56.6%53.92%-
HSV(B)11.28º65.2%80%-
XYZ30.2221.668.55-
YUV125.4497.28184.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=54.99%
G=25.88%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204967100.530.650.211.2856.653.92
HexCC60470354114b3936
Octal31414010706510124137166
Binary110011001100000100011101101011000001101001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6047; }

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

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

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

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

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

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

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

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