Shades of Dark Coral #CF5D46
Tints of Dark Coral #CF5D46
RGB
CMYK
RGB Variations
Color information
#CF5D46 (or 0xCF5D46) is known color: Dark Coral. HEX triplet: CF, 5D and 46. RGB value is (207,93,70). Sum of RGB (Red+Green+Blue) = 207+93+70=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D46 is #30A2B9. Grayscale: #7C7C7C. Windows color (decimal): -3187386 or 4611535. OLE color: 4611535.
HSL color Cylindrical-coordinate representation of color #CF5D46: hue angle of 10.07º 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 #CF5D46 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 70 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.19 |
| HSL | 10.07º | 0.59% | 0.54% | - |
| HSV(B) | 10.07º | 0.66% | 0.81% | - |
| XYZ | 30.75 | 21.54 | 8.33 | - |
| YUV | 124.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 70 | 0 | 0.55 | 0.66 | 0.19 | 10.07 | 0.59 | 0.54 |
| Hex | CF | 5D | 46 | 0 | 37 | 42 | 13 | A | 3B | 36 |
| Octal | 317 | 135 | 106 | 0 | 67 | 102 | 23 | 12 | 73 | 66 |
| Binary | 11001111 | 1011101 | 1000110 | 0 | 110111 | 1000010 | 10011 | 1010 | 111011 | 110110 |
Color Harmonies of #CF5D46
Complementary color
Monochromatic Colors of #CF5D46
Black with #CF5D46
Text Example
Text Example
White with #CF5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D46; }
p { color: rgb(207,93,70); }
H1.HeaderClassName
{
color: #CF5D46;
}
.AnyTagClassName
{
color: #CF5D46;
}
</style>
background-color css
<style>
a { background-color: #CF5D46; }
a { background-color: rgb(207,93,70); }
div.DivClassName
{
background-color: #CF5D46;
}
.BgClassName
{
background-color: #CF5D46;
}
</style>
border-color css
<style>
span { border-color: #CF5D46; }
span { border-color: rgb(207,93,70); }
td.TdClassName
{
border-color: #CF5D46;
}
.TagClassName
{
border-color: #CF5D46;
}
</style>