#CC5244

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

Shades of Dark Coral #CC5244

Tints of Dark Coral #CC5244

Color information

#CC5244 (or 0xCC5244) is unknown color: approx Dark Coral. HEX triplet: CC, 52 and 44. RGB value is (204,82,68). Sum of RGB (Red+Green+Blue) = 204+82+68=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5244 is #33ADBB. Grayscale: #757575. Windows color (decimal): -3386812 or 4477644. OLE color: 4477644.

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

Color convert

RGB2048268-
CMYK00.600.670.2
HSL6.18º57.14%53.33%-
HSV(B)6.18º66.67%80%-
XYZ28.9619.297.67-
YUV116.88100.42190.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=57.63%
G=23.16%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204826800.600.670.26.1857.1453.33
HexCC524403C431463935
Octal3141221040741032467165
Binary11001100101001010001000111100100001110100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5244; }

 p { color: rgb(204,82,68); }

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

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

 a { background-color: rgb(204,82,68); }

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

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

 span { border-color: rgb(204,82,68); }

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