Shades of Dark Coral #CF4E42
Tints of Dark Coral #CF4E42
RGB
CMYK
RGB Variations
Color information
#CF4E42 (or 0xCF4E42) is known color: Dark Coral. HEX triplet: CF, 4E and 42. RGB value is (207,78,66). Sum of RGB (Red+Green+Blue) = 207+78+66=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E42 is #30B1BD. Grayscale: #737373. Windows color (decimal): -3191230 or 4345551. OLE color: 4345551.
HSL color Cylindrical-coordinate representation of color #CF4E42: hue angle of 5.11º 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 #CF4E42 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 66 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.19 |
| HSL | 5.11º | 0.59% | 0.54% | - |
| HSV(B) | 5.11º | 0.68% | 0.81% | - |
| XYZ | 29.44 | 19.11 | 7.29 | - |
| YUV | 115.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 66 | 0 | 0.62 | 0.68 | 0.19 | 5.11 | 0.59 | 0.54 |
| Hex | CF | 4E | 42 | 0 | 3E | 44 | 13 | 5 | 3B | 36 |
| Octal | 317 | 116 | 102 | 0 | 76 | 104 | 23 | 5 | 73 | 66 |
| Binary | 11001111 | 1001110 | 1000010 | 0 | 111110 | 1000100 | 10011 | 101 | 111011 | 110110 |
Color Harmonies of #CF4E42
Complementary color
Monochromatic Colors of #CF4E42
Black with #CF4E42
Text Example
Text Example
White with #CF4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E42; }
p { color: rgb(207,78,66); }
H1.HeaderClassName
{
color: #CF4E42;
}
.AnyTagClassName
{
color: #CF4E42;
}
</style>
background-color css
<style>
a { background-color: #CF4E42; }
a { background-color: rgb(207,78,66); }
div.DivClassName
{
background-color: #CF4E42;
}
.BgClassName
{
background-color: #CF4E42;
}
</style>
border-color css
<style>
span { border-color: #CF4E42; }
span { border-color: rgb(207,78,66); }
td.TdClassName
{
border-color: #CF4E42;
}
.TagClassName
{
border-color: #CF4E42;
}
</style>