#CC5742

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

Shades of Dark Coral #CC5742

Tints of Dark Coral #CC5742

Color information

#CC5742 (or 0xCC5742) is unknown color: approx Dark Coral. HEX triplet: CC, 57 and 42. RGB value is (204,87,66). Sum of RGB (Red+Green+Blue) = 204+87+66=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5742 is #33A8BD. Grayscale: #777777. Windows color (decimal): -3385534 or 4347852. OLE color: 4347852.

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

Color convert

RGB2048766-
CMYK00.570.680.2
HSL9.13º57.5%52.94%-
HSV(B)9.13º67.65%80%-
XYZ29.2920.057.48-
YUV119.5997.76188.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=57.14%
G=24.37%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204876600.570.680.29.1357.552.94
HexCC5742039441493a35
Octal31412710207110424117265
Binary110011001010111100001001110011000100101001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5742; }

 p { color: rgb(204,87,66); }

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

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

 a { background-color: rgb(204,87,66); }

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

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

 span { border-color: rgb(204,87,66); }

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