Shades of Dark Coral #CF4F3E
Tints of Dark Coral #CF4F3E
RGB
CMYK
RGB Variations
Color information
#CF4F3E (or 0xCF4F3E) is known color: Dark Coral. HEX triplet: CF, 4F and 3E. RGB value is (207,79,62). Sum of RGB (Red+Green+Blue) = 207+79+62=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F3E is #30B0C1. Grayscale: #737373. Windows color (decimal): -3190978 or 4083663. OLE color: 4083663.
HSL color Cylindrical-coordinate representation of color #CF4F3E: hue angle of 7.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4F3E is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 62 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.19 |
| HSL | 7.03º | 0.6% | 0.53% | - |
| HSV(B) | 7.03º | 0.7% | 0.81% | - |
| XYZ | 29.4 | 19.21 | 6.71 | - |
| YUV | 115.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 62 | 0 | 0.62 | 0.70 | 0.19 | 7.03 | 0.6 | 0.53 |
| Hex | CF | 4F | 3E | 0 | 3E | 46 | 13 | 7 | 3C | 35 |
| Octal | 317 | 117 | 76 | 0 | 76 | 106 | 23 | 7 | 74 | 65 |
| Binary | 11001111 | 1001111 | 111110 | 0 | 111110 | 1000110 | 10011 | 111 | 111100 | 110101 |
Color Harmonies of #CF4F3E
Complementary color
Monochromatic Colors of #CF4F3E
Black with #CF4F3E
Text Example
Text Example
White with #CF4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F3E; }
p { color: rgb(207,79,62); }
H1.HeaderClassName
{
color: #CF4F3E;
}
.AnyTagClassName
{
color: #CF4F3E;
}
</style>
background-color css
<style>
a { background-color: #CF4F3E; }
a { background-color: rgb(207,79,62); }
div.DivClassName
{
background-color: #CF4F3E;
}
.BgClassName
{
background-color: #CF4F3E;
}
</style>
border-color css
<style>
span { border-color: #CF4F3E; }
span { border-color: rgb(207,79,62); }
td.TdClassName
{
border-color: #CF4F3E;
}
.TagClassName
{
border-color: #CF4F3E;
}
</style>