Shades of Dark Coral #CC6242
Tints of Dark Coral #CC6242
RGB
CMYK
RGB Variations
Color information
#CC6242 (or 0xCC6242) is known color: Dark Coral. HEX triplet: CC, 62 and 42. RGB value is (204,98,66). Sum of RGB (Red+Green+Blue) = 204+98+66=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6242 is #339DBD. Grayscale: #7E7E7E. Windows color (decimal): -3382718 or 4350668. OLE color: 4350668.
HSL color Cylindrical-coordinate representation of color #CC6242: hue angle of 13.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6242 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 66 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.2 |
| HSL | 13.91º | 0.58% | 0.53% | - |
| HSV(B) | 13.91º | 0.68% | 0.8% | - |
| XYZ | 30.25 | 21.97 | 7.8 | - |
| YUV | 126.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 66 | 0 | 0.52 | 0.68 | 0.2 | 13.91 | 0.58 | 0.53 |
| Hex | CC | 62 | 42 | 0 | 34 | 44 | 14 | E | 3A | 35 |
| Octal | 314 | 142 | 102 | 0 | 64 | 104 | 24 | 16 | 72 | 65 |
| Binary | 11001100 | 1100010 | 1000010 | 0 | 110100 | 1000100 | 10100 | 1110 | 111010 | 110101 |
Color Harmonies of #CC6242
Complementary color
Monochromatic Colors of #CC6242
Black with #CC6242
Text Example
Text Example
White with #CC6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6242; }
p { color: rgb(204,98,66); }
H1.HeaderClassName
{
color: #CC6242;
}
.AnyTagClassName
{
color: #CC6242;
}
</style>
background-color css
<style>
a { background-color: #CC6242; }
a { background-color: rgb(204,98,66); }
div.DivClassName
{
background-color: #CC6242;
}
.BgClassName
{
background-color: #CC6242;
}
</style>
border-color css
<style>
span { border-color: #CC6242; }
span { border-color: rgb(204,98,66); }
td.TdClassName
{
border-color: #CC6242;
}
.TagClassName
{
border-color: #CC6242;
}
</style>