#cc573c

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

Shades of Dark Coral #CC573C

Tints of Dark Coral #CC573C

Color information

#CC573C (or 0xCC573C) is unknown color: approx Dark Coral. HEX triplet: CC, 57 and 3C. RGB value is (204,87,60). Sum of RGB (Red+Green+Blue) = 204+87+60=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC573C is #33A8C3. Grayscale: #777777. Windows color (decimal): -3385540 or 3954636. OLE color: 3954636.

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

Color convert

RGB2048760-
CMYK00.570.710.2
HSL11.25º58.54%51.76%-
HSV(B)11.25º70.59%80%-
XYZ29.1319.986.6-
YUV118.994.76188.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=58.12%
G=24.79%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204876000.570.710.211.2558.5451.76
HexCC573C0394714b3b34
Octal3141277407110724137364
Binary11001100101011111110001110011000111101001011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc573c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc573c; }

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

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

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

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

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

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

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

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