#CC5F49

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

Shades of Dark Coral #CC5F49

Tints of Dark Coral #CC5F49

Color information

#CC5F49 (or 0xCC5F49) is unknown color: approx Dark Coral. HEX triplet: CC, 5F and 49. RGB value is (204,95,73). Sum of RGB (Red+Green+Blue) = 204+95+73=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F49 is #33A0B6. Grayscale: #7D7D7D. Windows color (decimal): -3383479 or 4808652. OLE color: 4808652.

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

Color convert

RGB2049573-
CMYK00.530.640.2
HSL10.08º56.22%54.31%-
HSV(B)10.08º64.22%80%-
XYZ30.221.58.86-
YUV125.0898.61184.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=54.84%
G=25.54%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204957300.530.640.210.0856.2254.31
HexCC5F490354014a3836
Octal31413711106510024127066
Binary110011001011111100100101101011000000101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F49; }

 p { color: rgb(204,95,73); }

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

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

 a { background-color: rgb(204,95,73); }

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

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

 span { border-color: rgb(204,95,73); }

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