Shades of Dark Coral #CF5B47
Tints of Dark Coral #CF5B47
RGB
CMYK
RGB Variations
Color information
#CF5B47 (or 0xCF5B47) is known color: Dark Coral. HEX triplet: CF, 5B and 47. RGB value is (207,91,71). Sum of RGB (Red+Green+Blue) = 207+91+71=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B47 is #30A4B8. Grayscale: #7B7B7B. Windows color (decimal): -3187897 or 4676559. OLE color: 4676559.
HSL color Cylindrical-coordinate representation of color #CF5B47: hue angle of 8.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5B47 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 71 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.19 |
| HSL | 8.82º | 0.59% | 0.55% | - |
| HSV(B) | 8.82º | 0.66% | 0.81% | - |
| XYZ | 30.61 | 21.2 | 8.44 | - |
| YUV | 123.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 71 | 0 | 0.56 | 0.66 | 0.19 | 8.82 | 0.59 | 0.55 |
| Hex | CF | 5B | 47 | 0 | 38 | 42 | 13 | 9 | 3B | 37 |
| Octal | 317 | 133 | 107 | 0 | 70 | 102 | 23 | 11 | 73 | 67 |
| Binary | 11001111 | 1011011 | 1000111 | 0 | 111000 | 1000010 | 10011 | 1001 | 111011 | 110111 |
Color Harmonies of #CF5B47
Complementary color
Monochromatic Colors of #CF5B47
Black with #CF5B47
Text Example
Text Example
White with #CF5B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B47; }
p { color: rgb(207,91,71); }
H1.HeaderClassName
{
color: #CF5B47;
}
.AnyTagClassName
{
color: #CF5B47;
}
</style>
background-color css
<style>
a { background-color: #CF5B47; }
a { background-color: rgb(207,91,71); }
div.DivClassName
{
background-color: #CF5B47;
}
.BgClassName
{
background-color: #CF5B47;
}
</style>
border-color css
<style>
span { border-color: #CF5B47; }
span { border-color: rgb(207,91,71); }
td.TdClassName
{
border-color: #CF5B47;
}
.TagClassName
{
border-color: #CF5B47;
}
</style>