Shades of Dark Coral #CF5346
Tints of Dark Coral #CF5346
RGB
CMYK
RGB Variations
Color information
#CF5346 (or 0xCF5346) is known color: Dark Coral. HEX triplet: CF, 53 and 46. RGB value is (207,83,70). Sum of RGB (Red+Green+Blue) = 207+83+70=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5346 is #30ACB9. Grayscale: #767676. Windows color (decimal): -3189946 or 4608975. OLE color: 4608975.
HSL color Cylindrical-coordinate representation of color #CF5346: hue angle of 5.69º 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 #CF5346 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 70 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.19 |
| HSL | 5.69º | 0.59% | 0.54% | - |
| HSV(B) | 5.69º | 0.66% | 0.81% | - |
| XYZ | 29.93 | 19.89 | 8.06 | - |
| YUV | 118.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 70 | 0 | 0.60 | 0.66 | 0.19 | 5.69 | 0.59 | 0.54 |
| Hex | CF | 53 | 46 | 0 | 3C | 42 | 13 | 6 | 3B | 36 |
| Octal | 317 | 123 | 106 | 0 | 74 | 102 | 23 | 6 | 73 | 66 |
| Binary | 11001111 | 1010011 | 1000110 | 0 | 111100 | 1000010 | 10011 | 110 | 111011 | 110110 |
Color Harmonies of #CF5346
Complementary color
Monochromatic Colors of #CF5346
Black with #CF5346
Text Example
Text Example
White with #CF5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5346; }
p { color: rgb(207,83,70); }
H1.HeaderClassName
{
color: #CF5346;
}
.AnyTagClassName
{
color: #CF5346;
}
</style>
background-color css
<style>
a { background-color: #CF5346; }
a { background-color: rgb(207,83,70); }
div.DivClassName
{
background-color: #CF5346;
}
.BgClassName
{
background-color: #CF5346;
}
</style>
border-color css
<style>
span { border-color: #CF5346; }
span { border-color: rgb(207,83,70); }
td.TdClassName
{
border-color: #CF5346;
}
.TagClassName
{
border-color: #CF5346;
}
</style>