Shades of Dark Coral #CF4D42
Tints of Dark Coral #CF4D42
RGB
CMYK
RGB Variations
Color information
#CF4D42 (or 0xCF4D42) is known color: Dark Coral. HEX triplet: CF, 4D and 42. RGB value is (207,77,66). Sum of RGB (Red+Green+Blue) = 207+77+66=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D42 is #30B2BD. Grayscale: #727272. Windows color (decimal): -3191486 or 4345295. OLE color: 4345295.
HSL color Cylindrical-coordinate representation of color #CF4D42: hue angle of 4.68º 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 #CF4D42 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 66 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.19 |
| HSL | 4.68º | 0.59% | 0.54% | - |
| HSV(B) | 4.68º | 0.68% | 0.81% | - |
| XYZ | 29.37 | 18.97 | 7.27 | - |
| YUV | 114.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 66 | 0 | 0.63 | 0.68 | 0.19 | 4.68 | 0.59 | 0.54 |
| Hex | CF | 4D | 42 | 0 | 3F | 44 | 13 | 5 | 3B | 36 |
| Octal | 317 | 115 | 102 | 0 | 77 | 104 | 23 | 5 | 73 | 66 |
| Binary | 11001111 | 1001101 | 1000010 | 0 | 111111 | 1000100 | 10011 | 101 | 111011 | 110110 |
Color Harmonies of #CF4D42
Complementary color
Monochromatic Colors of #CF4D42
Black with #CF4D42
Text Example
Text Example
White with #CF4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D42; }
p { color: rgb(207,77,66); }
H1.HeaderClassName
{
color: #CF4D42;
}
.AnyTagClassName
{
color: #CF4D42;
}
</style>
background-color css
<style>
a { background-color: #CF4D42; }
a { background-color: rgb(207,77,66); }
div.DivClassName
{
background-color: #CF4D42;
}
.BgClassName
{
background-color: #CF4D42;
}
</style>
border-color css
<style>
span { border-color: #CF4D42; }
span { border-color: rgb(207,77,66); }
td.TdClassName
{
border-color: #CF4D42;
}
.TagClassName
{
border-color: #CF4D42;
}
</style>