Shades of Dark Coral #CF6142
Tints of Dark Coral #CF6142
RGB
CMYK
RGB Variations
Color information
#CF6142 (or 0xCF6142) is known color: Dark Coral. HEX triplet: CF, 61 and 42. RGB value is (207,97,66). Sum of RGB (Red+Green+Blue) = 207+97+66=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6142 is #309EBD. Grayscale: #7E7E7E. Windows color (decimal): -3186366 or 4350415. OLE color: 4350415.
HSL color Cylindrical-coordinate representation of color #CF6142: hue angle of 13.19º 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 #CF6142 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 66 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.19 |
| HSL | 13.19º | 0.59% | 0.54% | - |
| HSV(B) | 13.19º | 0.68% | 0.81% | - |
| XYZ | 30.99 | 22.21 | 7.81 | - |
| YUV | 126.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 66 | 0 | 0.53 | 0.68 | 0.19 | 13.19 | 0.59 | 0.54 |
| Hex | CF | 61 | 42 | 0 | 35 | 44 | 13 | D | 3B | 36 |
| Octal | 317 | 141 | 102 | 0 | 65 | 104 | 23 | 15 | 73 | 66 |
| Binary | 11001111 | 1100001 | 1000010 | 0 | 110101 | 1000100 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CF6142
Complementary color
Monochromatic Colors of #CF6142
Black with #CF6142
Text Example
Text Example
White with #CF6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6142; }
p { color: rgb(207,97,66); }
H1.HeaderClassName
{
color: #CF6142;
}
.AnyTagClassName
{
color: #CF6142;
}
</style>
background-color css
<style>
a { background-color: #CF6142; }
a { background-color: rgb(207,97,66); }
div.DivClassName
{
background-color: #CF6142;
}
.BgClassName
{
background-color: #CF6142;
}
</style>
border-color css
<style>
span { border-color: #CF6142; }
span { border-color: rgb(207,97,66); }
td.TdClassName
{
border-color: #CF6142;
}
.TagClassName
{
border-color: #CF6142;
}
</style>