Shades of Dark Coral #CF4E43
Tints of Dark Coral #CF4E43
RGB
CMYK
RGB Variations
Color information
#CF4E43 (or 0xCF4E43) is known color: Dark Coral. HEX triplet: CF, 4E and 43. RGB value is (207,78,67). Sum of RGB (Red+Green+Blue) = 207+78+67=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E43 is #30B1BC. Grayscale: #737373. Windows color (decimal): -3191229 or 4411087. OLE color: 4411087.
HSL color Cylindrical-coordinate representation of color #CF4E43: hue angle of 4.71º 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 #CF4E43 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 67 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.19 |
| HSL | 4.71º | 0.59% | 0.54% | - |
| HSV(B) | 4.71º | 0.68% | 0.81% | - |
| XYZ | 29.47 | 19.12 | 7.45 | - |
| YUV | 115.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 67 | 0 | 0.62 | 0.68 | 0.19 | 4.71 | 0.59 | 0.54 |
| Hex | CF | 4E | 43 | 0 | 3E | 44 | 13 | 5 | 3B | 36 |
| Octal | 317 | 116 | 103 | 0 | 76 | 104 | 23 | 5 | 73 | 66 |
| Binary | 11001111 | 1001110 | 1000011 | 0 | 111110 | 1000100 | 10011 | 101 | 111011 | 110110 |
Color Harmonies of #CF4E43
Complementary color
Monochromatic Colors of #CF4E43
Black with #CF4E43
Text Example
Text Example
White with #CF4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E43; }
p { color: rgb(207,78,67); }
H1.HeaderClassName
{
color: #CF4E43;
}
.AnyTagClassName
{
color: #CF4E43;
}
</style>
background-color css
<style>
a { background-color: #CF4E43; }
a { background-color: rgb(207,78,67); }
div.DivClassName
{
background-color: #CF4E43;
}
.BgClassName
{
background-color: #CF4E43;
}
</style>
border-color css
<style>
span { border-color: #CF4E43; }
span { border-color: rgb(207,78,67); }
td.TdClassName
{
border-color: #CF4E43;
}
.TagClassName
{
border-color: #CF4E43;
}
</style>