Shades of Dark Coral #CC6246
Tints of Dark Coral #CC6246
RGB
CMYK
RGB Variations
Color information
#CC6246 (or 0xCC6246) is known color: 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
| RGB | 204 | 98 | 70 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.2 |
| HSL | 12.54º | 0.57% | 0.54% | - |
| HSV(B) | 12.54º | 0.66% | 0.8% | - |
| XYZ | 30.38 | 22.01 | 8.44 | - |
| YUV | 126.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 70 | 0 | 0.52 | 0.66 | 0.2 | 12.54 | 0.57 | 0.54 |
| Hex | CC | 62 | 46 | 0 | 34 | 42 | 14 | D | 39 | 36 |
| Octal | 314 | 142 | 106 | 0 | 64 | 102 | 24 | 15 | 71 | 66 |
| Binary | 11001100 | 1100010 | 1000110 | 0 | 110100 | 1000010 | 10100 | 1101 | 111001 | 110110 |
Color Harmonies of #CC6246
Complementary color
Monochromatic Colors of #CC6246
Black with #CC6246
Text Example
Text Example
White with #CC6246
Text Example
Text Example
HTML Codes & Css Web 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>