#CC5A4C

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

Shades of Dark Coral #CC5A4C

Tints of Dark Coral #CC5A4C

Color information

#CC5A4C (or 0xCC5A4C) is unknown color: approx Dark Coral. HEX triplet: CC, 5A and 4C. RGB value is (204,90,76). Sum of RGB (Red+Green+Blue) = 204+90+76=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A4C is #33A5B3. Grayscale: #7A7A7A. Windows color (decimal): -3384756 or 5003980. OLE color: 5003980.

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

Color convert

RGB2049076-
CMYK00.560.630.2
HSL6.56º55.65%54.9%-
HSV(B)6.56º62.75%80%-
XYZ29.8620.679.25-
YUV122.49101.77186.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.14%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=55.14%
G=24.32%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204907600.560.630.26.5655.6554.9
HexCC5A4C0383F1473837
Octal314132114070772477067
Binary1100110010110101001100011100011111110100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A4C; }

 p { color: rgb(204,90,76); }

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

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

 a { background-color: rgb(204,90,76); }

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

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

 span { border-color: rgb(204,90,76); }

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