Shades of Dark Coral #CF5E42
Tints of Dark Coral #CF5E42
RGB
CMYK
RGB Variations
Color information
#CF5E42 (or 0xCF5E42) is known color: Dark Coral. HEX triplet: CF, 5E and 42. RGB value is (207,94,66). Sum of RGB (Red+Green+Blue) = 207+94+66=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E42 is #30A1BD. Grayscale: #7C7C7C. Windows color (decimal): -3187134 or 4349647. OLE color: 4349647.
HSL color Cylindrical-coordinate representation of color #CF5E42: hue angle of 11.91º 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 #CF5E42 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 66 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.19 |
| HSL | 11.91º | 0.59% | 0.54% | - |
| HSV(B) | 11.91º | 0.68% | 0.81% | - |
| XYZ | 30.72 | 21.66 | 7.72 | - |
| YUV | 124.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 66 | 0 | 0.55 | 0.68 | 0.19 | 11.91 | 0.59 | 0.54 |
| Hex | CF | 5E | 42 | 0 | 37 | 44 | 13 | C | 3B | 36 |
| Octal | 317 | 136 | 102 | 0 | 67 | 104 | 23 | 14 | 73 | 66 |
| Binary | 11001111 | 1011110 | 1000010 | 0 | 110111 | 1000100 | 10011 | 1100 | 111011 | 110110 |
Color Harmonies of #CF5E42
Complementary color
Monochromatic Colors of #CF5E42
Black with #CF5E42
Text Example
Text Example
White with #CF5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E42; }
p { color: rgb(207,94,66); }
H1.HeaderClassName
{
color: #CF5E42;
}
.AnyTagClassName
{
color: #CF5E42;
}
</style>
background-color css
<style>
a { background-color: #CF5E42; }
a { background-color: rgb(207,94,66); }
div.DivClassName
{
background-color: #CF5E42;
}
.BgClassName
{
background-color: #CF5E42;
}
</style>
border-color css
<style>
span { border-color: #CF5E42; }
span { border-color: rgb(207,94,66); }
td.TdClassName
{
border-color: #CF5E42;
}
.TagClassName
{
border-color: #CF5E42;
}
</style>