#CC5043

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

Shades of Dark Coral #CC5043

Tints of Dark Coral #CC5043

Color information

#CC5043 (or 0xCC5043) is unknown color: approx Dark Coral. HEX triplet: CC, 50 and 43. RGB value is (204,80,67). Sum of RGB (Red+Green+Blue) = 204+80+67=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5043 is #33AFBC. Grayscale: #737373. Windows color (decimal): -3387325 or 4411596. OLE color: 4411596.

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

Color convert

RGB2048067-
CMYK00.610.670.2
HSL5.69º57.32%53.14%-
HSV(B)5.69º67.16%80%-
XYZ28.7818.987.46-
YUV115.59100.58191.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=58.12%
G=22.79%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204806700.610.670.25.6957.3253.14
HexCC504303D431463935
Octal3141201030751032467165
Binary11001100101000010000110111101100001110100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5043; }

 p { color: rgb(204,80,67); }

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

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

 a { background-color: rgb(204,80,67); }

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

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

 span { border-color: rgb(204,80,67); }

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