Shades of Dark Coral #CF6042
Tints of Dark Coral #CF6042
RGB
CMYK
RGB Variations
Color information
#CF6042 (or 0xCF6042) is known color: Dark Coral. HEX triplet: CF, 60 and 42. RGB value is (207,96,66). Sum of RGB (Red+Green+Blue) = 207+96+66=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6042 is #309FBD. Grayscale: #7E7E7E. Windows color (decimal): -3186622 or 4350159. OLE color: 4350159.
HSL color Cylindrical-coordinate representation of color #CF6042: hue angle of 12.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6042 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 66 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.19 |
| HSL | 12.77º | 0.59% | 0.54% | - |
| HSV(B) | 12.77º | 0.68% | 0.81% | - |
| XYZ | 30.9 | 22.02 | 7.78 | - |
| YUV | 125.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 66 | 0 | 0.54 | 0.68 | 0.19 | 12.77 | 0.59 | 0.54 |
| Hex | CF | 60 | 42 | 0 | 36 | 44 | 13 | D | 3B | 36 |
| Octal | 317 | 140 | 102 | 0 | 66 | 104 | 23 | 15 | 73 | 66 |
| Binary | 11001111 | 1100000 | 1000010 | 0 | 110110 | 1000100 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CF6042
Complementary color
Monochromatic Colors of #CF6042
Black with #CF6042
Text Example
Text Example
White with #CF6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6042; }
p { color: rgb(207,96,66); }
H1.HeaderClassName
{
color: #CF6042;
}
.AnyTagClassName
{
color: #CF6042;
}
</style>
background-color css
<style>
a { background-color: #CF6042; }
a { background-color: rgb(207,96,66); }
div.DivClassName
{
background-color: #CF6042;
}
.BgClassName
{
background-color: #CF6042;
}
</style>
border-color css
<style>
span { border-color: #CF6042; }
span { border-color: rgb(207,96,66); }
td.TdClassName
{
border-color: #CF6042;
}
.TagClassName
{
border-color: #CF6042;
}
</style>