#CC5A48

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

Shades of Dark Coral #CC5A48

Tints of Dark Coral #CC5A48

Color information

#CC5A48 (or 0xCC5A48) is unknown color: approx Dark Coral. HEX triplet: CC, 5A and 48. RGB value is (204,90,72). Sum of RGB (Red+Green+Blue) = 204+90+72=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A48 is #33A5B7. Grayscale: #7A7A7A. Windows color (decimal): -3384760 or 4741836. OLE color: 4741836.

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

Color convert

RGB2049072-
CMYK00.560.650.2
HSL8.18º56.41%54.12%-
HSV(B)8.18º64.71%80%-
XYZ29.7320.628.54-
YUV122.0399.77186.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=55.74%
G=24.59%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204907200.560.650.28.1856.4154.12
HexCC5A48038411483836
Octal31413211007010124107066
Binary110011001011010100100001110001000001101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A48; }

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

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

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

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

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

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

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

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