Shades of Dark Coral #CF5D3E
Tints of Dark Coral #CF5D3E
RGB
CMYK
RGB Variations
Color information
#CF5D3E (or 0xCF5D3E) is known color: Dark Coral. HEX triplet: CF, 5D and 3E. RGB value is (207,93,62). Sum of RGB (Red+Green+Blue) = 207+93+62=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D3E is #30A2C1. Grayscale: #7B7B7B. Windows color (decimal): -3187394 or 4087247. OLE color: 4087247.
HSL color Cylindrical-coordinate representation of color #CF5D3E: hue angle of 12.83º 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 #CF5D3E is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 62 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.19 |
| HSL | 12.83º | 0.6% | 0.53% | - |
| HSV(B) | 12.83º | 0.7% | 0.81% | - |
| XYZ | 30.52 | 21.44 | 7.09 | - |
| YUV | 123.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 62 | 0 | 0.55 | 0.70 | 0.19 | 12.83 | 0.6 | 0.53 |
| Hex | CF | 5D | 3E | 0 | 37 | 46 | 13 | D | 3C | 35 |
| Octal | 317 | 135 | 76 | 0 | 67 | 106 | 23 | 15 | 74 | 65 |
| Binary | 11001111 | 1011101 | 111110 | 0 | 110111 | 1000110 | 10011 | 1101 | 111100 | 110101 |
Color Harmonies of #CF5D3E
Complementary color
Monochromatic Colors of #CF5D3E
Black with #CF5D3E
Text Example
Text Example
White with #CF5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D3E; }
p { color: rgb(207,93,62); }
H1.HeaderClassName
{
color: #CF5D3E;
}
.AnyTagClassName
{
color: #CF5D3E;
}
</style>
background-color css
<style>
a { background-color: #CF5D3E; }
a { background-color: rgb(207,93,62); }
div.DivClassName
{
background-color: #CF5D3E;
}
.BgClassName
{
background-color: #CF5D3E;
}
</style>
border-color css
<style>
span { border-color: #CF5D3E; }
span { border-color: rgb(207,93,62); }
td.TdClassName
{
border-color: #CF5D3E;
}
.TagClassName
{
border-color: #CF5D3E;
}
</style>