#CC6246

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

Shades of Dark Coral #CC6246

Tints of Dark Coral #CC6246

Color information

#CC6246 (or 0xCC6246) is unknown color: approx Dark Coral. HEX triplet: CC, 62 and 46. RGB value is (204,98,70). Sum of RGB (Red+Green+Blue) = 204+98+70=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6246 is #339DB9. Grayscale: #7E7E7E. Windows color (decimal): -3382714 or 4612812. OLE color: 4612812.

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

Color convert

RGB2049870-
CMYK00.520.660.2
HSL12.54º56.78%53.73%-
HSV(B)12.54º65.69%80%-
XYZ30.3822.018.44-
YUV126.596.12183.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=54.84%
G=26.34%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204987000.520.660.212.5456.7853.73
HexCC62460344214d3936
Octal31414210606410224157166
Binary110011001100010100011001101001000010101001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6246; }

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

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

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

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

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

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

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

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