Shades of Dark Coral #CF5845
Tints of Dark Coral #CF5845
RGB
CMYK
RGB Variations
Color information
#CF5845 (or 0xCF5845) is known color: Dark Coral. HEX triplet: CF, 58 and 45. RGB value is (207,88,69). Sum of RGB (Red+Green+Blue) = 207+88+69=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5845 is #30A7BA. Grayscale: #797979. Windows color (decimal): -3188667 or 4544719. OLE color: 4544719.
HSL color Cylindrical-coordinate representation of color #CF5845: hue angle of 8.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5845 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 69 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.19 |
| HSL | 8.26º | 0.59% | 0.54% | - |
| HSV(B) | 8.26º | 0.67% | 0.81% | - |
| XYZ | 30.3 | 20.67 | 8.02 | - |
| YUV | 121.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 69 | 0 | 0.57 | 0.67 | 0.19 | 8.26 | 0.59 | 0.54 |
| Hex | CF | 58 | 45 | 0 | 39 | 43 | 13 | 8 | 3B | 36 |
| Octal | 317 | 130 | 105 | 0 | 71 | 103 | 23 | 10 | 73 | 66 |
| Binary | 11001111 | 1011000 | 1000101 | 0 | 111001 | 1000011 | 10011 | 1000 | 111011 | 110110 |
Color Harmonies of #CF5845
Complementary color
Monochromatic Colors of #CF5845
Black with #CF5845
Text Example
Text Example
White with #CF5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5845; }
p { color: rgb(207,88,69); }
H1.HeaderClassName
{
color: #CF5845;
}
.AnyTagClassName
{
color: #CF5845;
}
</style>
background-color css
<style>
a { background-color: #CF5845; }
a { background-color: rgb(207,88,69); }
div.DivClassName
{
background-color: #CF5845;
}
.BgClassName
{
background-color: #CF5845;
}
</style>
border-color css
<style>
span { border-color: #CF5845; }
span { border-color: rgb(207,88,69); }
td.TdClassName
{
border-color: #CF5845;
}
.TagClassName
{
border-color: #CF5845;
}
</style>