Shades of Dark Coral #CF5A46
Tints of Dark Coral #CF5A46
RGB
CMYK
RGB Variations
Color information
#CF5A46 (or 0xCF5A46) is known color: Dark Coral. HEX triplet: CF, 5A and 46. RGB value is (207,90,70). Sum of RGB (Red+Green+Blue) = 207+90+70=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A46 is #30A5B9. Grayscale: #7A7A7A. Windows color (decimal): -3188154 or 4610767. OLE color: 4610767.
HSL color Cylindrical-coordinate representation of color #CF5A46: hue angle of 8.76º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5A46 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 70 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.19 |
| HSL | 8.76º | 0.59% | 0.54% | - |
| HSV(B) | 8.76º | 0.66% | 0.81% | - |
| XYZ | 30.49 | 21.02 | 8.24 | - |
| YUV | 122.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 70 | 0 | 0.57 | 0.66 | 0.19 | 8.76 | 0.59 | 0.54 |
| Hex | CF | 5A | 46 | 0 | 39 | 42 | 13 | 9 | 3B | 36 |
| Octal | 317 | 132 | 106 | 0 | 71 | 102 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011010 | 1000110 | 0 | 111001 | 1000010 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5A46
Complementary color
Monochromatic Colors of #CF5A46
Black with #CF5A46
Text Example
Text Example
White with #CF5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A46; }
p { color: rgb(207,90,70); }
H1.HeaderClassName
{
color: #CF5A46;
}
.AnyTagClassName
{
color: #CF5A46;
}
</style>
background-color css
<style>
a { background-color: #CF5A46; }
a { background-color: rgb(207,90,70); }
div.DivClassName
{
background-color: #CF5A46;
}
.BgClassName
{
background-color: #CF5A46;
}
</style>
border-color css
<style>
span { border-color: #CF5A46; }
span { border-color: rgb(207,90,70); }
td.TdClassName
{
border-color: #CF5A46;
}
.TagClassName
{
border-color: #CF5A46;
}
</style>