Shades of Dark Coral #CF5B46
Tints of Dark Coral #CF5B46
RGB
CMYK
RGB Variations
Color information
#CF5B46 (or 0xCF5B46) is known color: Dark Coral. HEX triplet: CF, 5B and 46. RGB value is (207,91,70). Sum of RGB (Red+Green+Blue) = 207+91+70=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B46 is #30A4B9. Grayscale: #7B7B7B. Windows color (decimal): -3187898 or 4611023. OLE color: 4611023.
HSL color Cylindrical-coordinate representation of color #CF5B46: hue angle of 9.2º 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 #CF5B46 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 70 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.19 |
| HSL | 9.2º | 0.59% | 0.54% | - |
| HSV(B) | 9.2º | 0.66% | 0.81% | - |
| XYZ | 30.58 | 21.19 | 8.27 | - |
| YUV | 123.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 70 | 0 | 0.56 | 0.66 | 0.19 | 9.2 | 0.59 | 0.54 |
| Hex | CF | 5B | 46 | 0 | 38 | 42 | 13 | 9 | 3B | 36 |
| Octal | 317 | 133 | 106 | 0 | 70 | 102 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011011 | 1000110 | 0 | 111000 | 1000010 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5B46
Complementary color
Monochromatic Colors of #CF5B46
Black with #CF5B46
Text Example
Text Example
White with #CF5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B46; }
p { color: rgb(207,91,70); }
H1.HeaderClassName
{
color: #CF5B46;
}
.AnyTagClassName
{
color: #CF5B46;
}
</style>
background-color css
<style>
a { background-color: #CF5B46; }
a { background-color: rgb(207,91,70); }
div.DivClassName
{
background-color: #CF5B46;
}
.BgClassName
{
background-color: #CF5B46;
}
</style>
border-color css
<style>
span { border-color: #CF5B46; }
span { border-color: rgb(207,91,70); }
td.TdClassName
{
border-color: #CF5B46;
}
.TagClassName
{
border-color: #CF5B46;
}
</style>