#CC5E45

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

Shades of Dark Coral #CC5E45

Tints of Dark Coral #CC5E45

Color information

#CC5E45 (or 0xCC5E45) is unknown color: approx Dark Coral. HEX triplet: CC, 5E and 45. RGB value is (204,94,69). Sum of RGB (Red+Green+Blue) = 204+94+69=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E45 is #33A1BA. Grayscale: #7C7C7C. Windows color (decimal): -3383739 or 4546252. OLE color: 4546252.

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

Color convert

RGB2049469-
CMYK00.540.660.2
HSL11.11º56.96%53.53%-
HSV(B)11.11º66.18%80%-
XYZ29.9821.278.16-
YUV124.0496.94185.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=55.59%
G=25.61%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204946900.540.660.211.1156.9653.53
HexCC5E450364214b3936
Octal31413610506610224137166
Binary110011001011110100010101101101000010101001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E45; }

 p { color: rgb(204,94,69); }

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

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

 a { background-color: rgb(204,94,69); }

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

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

 span { border-color: rgb(204,94,69); }

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