Shades of Dark Coral #CF5C40
Tints of Dark Coral #CF5C40
RGB
CMYK
RGB Variations
Color information
#CF5C40 (or 0xCF5C40) is known color: Dark Coral. HEX triplet: CF, 5C and 40. RGB value is (207,92,64). Sum of RGB (Red+Green+Blue) = 207+92+64=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C40 is #30A3BF. Grayscale: #7B7B7B. Windows color (decimal): -3187648 or 4218063. OLE color: 4218063.
HSL color Cylindrical-coordinate representation of color #CF5C40: hue angle of 11.75º 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 #CF5C40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 64 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.19 |
| HSL | 11.75º | 0.6% | 0.53% | - |
| HSV(B) | 11.75º | 0.69% | 0.81% | - |
| XYZ | 30.48 | 21.29 | 7.35 | - |
| YUV | 123.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 64 | 0 | 0.56 | 0.69 | 0.19 | 11.75 | 0.6 | 0.53 |
| Hex | CF | 5C | 40 | 0 | 38 | 45 | 13 | C | 3C | 35 |
| Octal | 317 | 134 | 100 | 0 | 70 | 105 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011100 | 1000000 | 0 | 111000 | 1000101 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF5C40
Complementary color
Monochromatic Colors of #CF5C40
Black with #CF5C40
Text Example
Text Example
White with #CF5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C40; }
p { color: rgb(207,92,64); }
H1.HeaderClassName
{
color: #CF5C40;
}
.AnyTagClassName
{
color: #CF5C40;
}
</style>
background-color css
<style>
a { background-color: #CF5C40; }
a { background-color: rgb(207,92,64); }
div.DivClassName
{
background-color: #CF5C40;
}
.BgClassName
{
background-color: #CF5C40;
}
</style>
border-color css
<style>
span { border-color: #CF5C40; }
span { border-color: rgb(207,92,64); }
td.TdClassName
{
border-color: #CF5C40;
}
.TagClassName
{
border-color: #CF5C40;
}
</style>