Shades of Dark Coral #CF533E
Tints of Dark Coral #CF533E
RGB
CMYK
RGB Variations
Color information
#CF533E (or 0xCF533E) is known color: Dark Coral. HEX triplet: CF, 53 and 3E. RGB value is (207,83,62). Sum of RGB (Red+Green+Blue) = 207+83+62=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF533E is #30ACC1. Grayscale: #757575. Windows color (decimal): -3189954 or 4084687. OLE color: 4084687.
HSL color Cylindrical-coordinate representation of color #CF533E: hue angle of 8.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF533E is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 62 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.19 |
| HSL | 8.69º | 0.6% | 0.53% | - |
| HSV(B) | 8.69º | 0.7% | 0.81% | - |
| XYZ | 29.69 | 19.8 | 6.81 | - |
| YUV | 117.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 62 | 0 | 0.60 | 0.70 | 0.19 | 8.69 | 0.6 | 0.53 |
| Hex | CF | 53 | 3E | 0 | 3C | 46 | 13 | 9 | 3C | 35 |
| Octal | 317 | 123 | 76 | 0 | 74 | 106 | 23 | 11 | 74 | 65 |
| Binary | 11001111 | 1010011 | 111110 | 0 | 111100 | 1000110 | 10011 | 1001 | 111100 | 110101 |
Color Harmonies of #CF533E
Complementary color
Monochromatic Colors of #CF533E
Black with #CF533E
Text Example
Text Example
White with #CF533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF533E; }
p { color: rgb(207,83,62); }
H1.HeaderClassName
{
color: #CF533E;
}
.AnyTagClassName
{
color: #CF533E;
}
</style>
background-color css
<style>
a { background-color: #CF533E; }
a { background-color: rgb(207,83,62); }
div.DivClassName
{
background-color: #CF533E;
}
.BgClassName
{
background-color: #CF533E;
}
</style>
border-color css
<style>
span { border-color: #CF533E; }
span { border-color: rgb(207,83,62); }
td.TdClassName
{
border-color: #CF533E;
}
.TagClassName
{
border-color: #CF533E;
}
</style>