Shades of Cabaret #CF5870
Tints of Cabaret #CF5870
RGB
CMYK
RGB Variations
Color information
#CF5870 (or 0xCF5870) is known color: Cabaret. HEX triplet: CF, 58 and 70. RGB value is (207,88,112). Sum of RGB (Red+Green+Blue) = 207+88+112=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5870 is #30A78F. Grayscale: #7E7E7E. Windows color (decimal): -3188624 or 7362767. OLE color: 7362767.
HSL color Cylindrical-coordinate representation of color #CF5870: hue angle of 347.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5870 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 112 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.19 |
| HSL | 347.9º | 0.55% | 0.58% | - |
| HSV(B) | 347.9º | 0.57% | 0.81% | - |
| XYZ | 32.15 | 21.41 | 17.77 | - |
| YUV | 126.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 112 | 0 | 0.57 | 0.46 | 0.19 | 347.9 | 0.55 | 0.58 |
| Hex | CF | 58 | 70 | 0 | 39 | 2E | 13 | 15C | 37 | 3A |
| Octal | 317 | 130 | 160 | 0 | 71 | 56 | 23 | 534 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1110000 | 0 | 111001 | 101110 | 10011 | 101011100 | 110111 | 111010 |
Color Harmonies of #CF5870
Complementary color
Monochromatic Colors of #CF5870
Black with #CF5870
Text Example
Text Example
White with #CF5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5870; }
p { color: rgb(207,88,112); }
H1.HeaderClassName
{
color: #CF5870;
}
.AnyTagClassName
{
color: #CF5870;
}
</style>
background-color css
<style>
a { background-color: #CF5870; }
a { background-color: rgb(207,88,112); }
div.DivClassName
{
background-color: #CF5870;
}
.BgClassName
{
background-color: #CF5870;
}
</style>
border-color css
<style>
span { border-color: #CF5870; }
span { border-color: rgb(207,88,112); }
td.TdClassName
{
border-color: #CF5870;
}
.TagClassName
{
border-color: #CF5870;
}
</style>