#CC5246

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

Shades of Dark Coral #CC5246

Tints of Dark Coral #CC5246

Color information

#CC5246 (or 0xCC5246) is unknown color: approx Dark Coral. HEX triplet: CC, 52 and 46. RGB value is (204,82,70). Sum of RGB (Red+Green+Blue) = 204+82+70=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5246 is #33ADB9. Grayscale: #757575. Windows color (decimal): -3386810 or 4608716. OLE color: 4608716.

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

Color convert

RGB2048270-
CMYK00.600.660.2
HSL5.37º56.78%53.73%-
HSV(B)5.37º65.69%80%-
XYZ29.0219.317.99-
YUV117.11101.42189.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=57.30%
G=23.03%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204827000.600.660.25.3756.7853.73
HexCC524603C421453936
Octal3141221060741022457166
Binary11001100101001010001100111100100001010100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5246; }

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

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

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

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

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

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

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

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