Shades of Dark Coral #CF5B40
Tints of Dark Coral #CF5B40
RGB
CMYK
RGB Variations
Color information
#CF5B40 (or 0xCF5B40) is known color: Dark Coral. HEX triplet: CF, 5B and 40. RGB value is (207,91,64). Sum of RGB (Red+Green+Blue) = 207+91+64=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B40 is #30A4BF. Grayscale: #7A7A7A. Windows color (decimal): -3187904 or 4217807. OLE color: 4217807.
HSL color Cylindrical-coordinate representation of color #CF5B40: hue angle of 11.33º 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 #CF5B40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 64 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.19 |
| HSL | 11.33º | 0.6% | 0.53% | - |
| HSV(B) | 11.33º | 0.69% | 0.81% | - |
| XYZ | 30.4 | 21.12 | 7.32 | - |
| YUV | 122.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 64 | 0 | 0.56 | 0.69 | 0.19 | 11.33 | 0.6 | 0.53 |
| Hex | CF | 5B | 40 | 0 | 38 | 45 | 13 | B | 3C | 35 |
| Octal | 317 | 133 | 100 | 0 | 70 | 105 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011011 | 1000000 | 0 | 111000 | 1000101 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF5B40
Complementary color
Monochromatic Colors of #CF5B40
Black with #CF5B40
Text Example
Text Example
White with #CF5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B40; }
p { color: rgb(207,91,64); }
H1.HeaderClassName
{
color: #CF5B40;
}
.AnyTagClassName
{
color: #CF5B40;
}
</style>
background-color css
<style>
a { background-color: #CF5B40; }
a { background-color: rgb(207,91,64); }
div.DivClassName
{
background-color: #CF5B40;
}
.BgClassName
{
background-color: #CF5B40;
}
</style>
border-color css
<style>
span { border-color: #CF5B40; }
span { border-color: rgb(207,91,64); }
td.TdClassName
{
border-color: #CF5B40;
}
.TagClassName
{
border-color: #CF5B40;
}
</style>