Shades of Dark Coral #CC6342
Tints of Dark Coral #CC6342
RGB
CMYK
RGB Variations
Color information
#CC6342 (or 0xCC6342) is known color: Dark Coral. HEX triplet: CC, 63 and 42. RGB value is (204,99,66). Sum of RGB (Red+Green+Blue) = 204+99+66=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6342 is #339CBD. Grayscale: #7E7E7E. Windows color (decimal): -3382462 or 4350924. OLE color: 4350924.
HSL color Cylindrical-coordinate representation of color #CC6342: hue angle of 14.35º 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 #CC6342 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 66 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.2 |
| HSL | 14.35º | 0.58% | 0.53% | - |
| HSV(B) | 14.35º | 0.68% | 0.8% | - |
| XYZ | 30.35 | 22.15 | 7.83 | - |
| YUV | 126.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 66 | 0 | 0.51 | 0.68 | 0.2 | 14.35 | 0.58 | 0.53 |
| Hex | CC | 63 | 42 | 0 | 33 | 44 | 14 | E | 3A | 35 |
| Octal | 314 | 143 | 102 | 0 | 63 | 104 | 24 | 16 | 72 | 65 |
| Binary | 11001100 | 1100011 | 1000010 | 0 | 110011 | 1000100 | 10100 | 1110 | 111010 | 110101 |
Color Harmonies of #CC6342
Complementary color
Monochromatic Colors of #CC6342
Black with #CC6342
Text Example
Text Example
White with #CC6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6342; }
p { color: rgb(204,99,66); }
H1.HeaderClassName
{
color: #CC6342;
}
.AnyTagClassName
{
color: #CC6342;
}
</style>
background-color css
<style>
a { background-color: #CC6342; }
a { background-color: rgb(204,99,66); }
div.DivClassName
{
background-color: #CC6342;
}
.BgClassName
{
background-color: #CC6342;
}
</style>
border-color css
<style>
span { border-color: #CC6342; }
span { border-color: rgb(204,99,66); }
td.TdClassName
{
border-color: #CC6342;
}
.TagClassName
{
border-color: #CC6342;
}
</style>