Shades of Dark Coral #CC6247
Tints of Dark Coral #CC6247
RGB
CMYK
RGB Variations
Color information
#CC6247 (or 0xCC6247) is known color: Dark Coral. HEX triplet: CC, 62 and 47. RGB value is (204,98,71). Sum of RGB (Red+Green+Blue) = 204+98+71=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6247 is #339DB8. Grayscale: #7E7E7E. Windows color (decimal): -3382713 or 4678348. OLE color: 4678348.
HSL color Cylindrical-coordinate representation of color #CC6247: hue angle of 12.18º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC6247 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 71 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.2 |
| HSL | 12.18º | 0.57% | 0.54% | - |
| HSV(B) | 12.18º | 0.65% | 0.8% | - |
| XYZ | 30.41 | 22.03 | 8.61 | - |
| YUV | 126.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 71 | 0 | 0.52 | 0.65 | 0.2 | 12.18 | 0.57 | 0.54 |
| Hex | CC | 62 | 47 | 0 | 34 | 41 | 14 | C | 39 | 36 |
| Octal | 314 | 142 | 107 | 0 | 64 | 101 | 24 | 14 | 71 | 66 |
| Binary | 11001100 | 1100010 | 1000111 | 0 | 110100 | 1000001 | 10100 | 1100 | 111001 | 110110 |
Color Harmonies of #CC6247
Complementary color
Monochromatic Colors of #CC6247
Black with #CC6247
Text Example
Text Example
White with #CC6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6247; }
p { color: rgb(204,98,71); }
H1.HeaderClassName
{
color: #CC6247;
}
.AnyTagClassName
{
color: #CC6247;
}
</style>
background-color css
<style>
a { background-color: #CC6247; }
a { background-color: rgb(204,98,71); }
div.DivClassName
{
background-color: #CC6247;
}
.BgClassName
{
background-color: #CC6247;
}
</style>
border-color css
<style>
span { border-color: #CC6247; }
span { border-color: rgb(204,98,71); }
td.TdClassName
{
border-color: #CC6247;
}
.TagClassName
{
border-color: #CC6247;
}
</style>