Shades of Dark Coral #CC6041
Tints of Dark Coral #CC6041
RGB
CMYK
RGB Variations
Color information
#CC6041 (or 0xCC6041) is known color: Dark Coral. HEX triplet: CC, 60 and 41. RGB value is (204,96,65). Sum of RGB (Red+Green+Blue) = 204+96+65=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6041 is #339FBE. Grayscale: #7C7C7C. Windows color (decimal): -3383231 or 4284620. OLE color: 4284620.
HSL color Cylindrical-coordinate representation of color #CC6041: hue angle of 13.38º degrees, saturation: 0.58, 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 #CC6041 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 65 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.2 |
| HSL | 13.38º | 0.58% | 0.53% | - |
| HSV(B) | 13.38º | 0.68% | 0.8% | - |
| XYZ | 30.04 | 21.58 | 7.58 | - |
| YUV | 124.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 65 | 0 | 0.53 | 0.68 | 0.2 | 13.38 | 0.58 | 0.53 |
| Hex | CC | 60 | 41 | 0 | 35 | 44 | 14 | D | 3A | 35 |
| Octal | 314 | 140 | 101 | 0 | 65 | 104 | 24 | 15 | 72 | 65 |
| Binary | 11001100 | 1100000 | 1000001 | 0 | 110101 | 1000100 | 10100 | 1101 | 111010 | 110101 |
Color Harmonies of #CC6041
Complementary color
Monochromatic Colors of #CC6041
Black with #CC6041
Text Example
Text Example
White with #CC6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6041; }
p { color: rgb(204,96,65); }
H1.HeaderClassName
{
color: #CC6041;
}
.AnyTagClassName
{
color: #CC6041;
}
</style>
background-color css
<style>
a { background-color: #CC6041; }
a { background-color: rgb(204,96,65); }
div.DivClassName
{
background-color: #CC6041;
}
.BgClassName
{
background-color: #CC6041;
}
</style>
border-color css
<style>
span { border-color: #CC6041; }
span { border-color: rgb(204,96,65); }
td.TdClassName
{
border-color: #CC6041;
}
.TagClassName
{
border-color: #CC6041;
}
</style>