Shades of Dark Coral #CF5A40
Tints of Dark Coral #CF5A40
RGB
CMYK
RGB Variations
Color information
#CF5A40 (or 0xCF5A40) is known color: Dark Coral. HEX triplet: CF, 5A and 40. RGB value is (207,90,64). Sum of RGB (Red+Green+Blue) = 207+90+64=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A40 is #30A5BF. Grayscale: #7A7A7A. Windows color (decimal): -3188160 or 4217551. OLE color: 4217551.
HSL color Cylindrical-coordinate representation of color #CF5A40: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5A40 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 64 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.19 |
| HSL | 10.91º | 0.6% | 0.53% | - |
| HSV(B) | 10.91º | 0.69% | 0.81% | - |
| XYZ | 30.31 | 20.95 | 7.3 | - |
| YUV | 122.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 64 | 0 | 0.57 | 0.69 | 0.19 | 10.91 | 0.6 | 0.53 |
| Hex | CF | 5A | 40 | 0 | 39 | 45 | 13 | B | 3C | 35 |
| Octal | 317 | 132 | 100 | 0 | 71 | 105 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011010 | 1000000 | 0 | 111001 | 1000101 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF5A40
Complementary color
Monochromatic Colors of #CF5A40
Black with #CF5A40
Text Example
Text Example
White with #CF5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A40; }
p { color: rgb(207,90,64); }
H1.HeaderClassName
{
color: #CF5A40;
}
.AnyTagClassName
{
color: #CF5A40;
}
</style>
background-color css
<style>
a { background-color: #CF5A40; }
a { background-color: rgb(207,90,64); }
div.DivClassName
{
background-color: #CF5A40;
}
.BgClassName
{
background-color: #CF5A40;
}
</style>
border-color css
<style>
span { border-color: #CF5A40; }
span { border-color: rgb(207,90,64); }
td.TdClassName
{
border-color: #CF5A40;
}
.TagClassName
{
border-color: #CF5A40;
}
</style>