#CC5442

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

Shades of Dark Coral #CC5442

Tints of Dark Coral #CC5442

Color information

#CC5442 (or 0xCC5442) is unknown color: approx Dark Coral. HEX triplet: CC, 54 and 42. RGB value is (204,84,66). Sum of RGB (Red+Green+Blue) = 204+84+66=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5442 is #33ABBD. Grayscale: #767676. Windows color (decimal): -3386302 or 4347084. OLE color: 4347084.

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

Color convert

RGB2048466-
CMYK00.590.680.2
HSL7.83º57.5%52.94%-
HSV(B)7.83º67.65%80%-
XYZ29.0619.577.4-
YUV117.8398.76189.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=57.63%
G=23.73%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204846600.590.680.27.8357.552.94
HexCC544203B441483a35
Octal31412410207310424107265
Binary110011001010100100001001110111000100101001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5442; }

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

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

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

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

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

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

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

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