Shades of Cabaret #CF5270
Tints of Cabaret #CF5270
RGB
CMYK
RGB Variations
Color information
#CF5270 (or 0xCF5270) is known color: Cabaret. HEX triplet: CF, 52 and 70. RGB value is (207,82,112). Sum of RGB (Red+Green+Blue) = 207+82+112=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5270 is #30AD8F. Grayscale: #7A7A7A. Windows color (decimal): -3190160 or 7361231. OLE color: 7361231.
HSL color Cylindrical-coordinate representation of color #CF5270: hue angle of 345.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5270 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 112 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.19 |
| HSL | 345.6º | 0.57% | 0.57% | - |
| HSV(B) | 345.6º | 0.6% | 0.81% | - |
| XYZ | 31.67 | 20.47 | 17.61 | - |
| YUV | 122.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 112 | 0 | 0.60 | 0.46 | 0.19 | 345.6 | 0.57 | 0.57 |
| Hex | CF | 52 | 70 | 0 | 3C | 2E | 13 | 15A | 39 | 39 |
| Octal | 317 | 122 | 160 | 0 | 74 | 56 | 23 | 532 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1110000 | 0 | 111100 | 101110 | 10011 | 101011010 | 111001 | 111001 |
Color Harmonies of #CF5270
Complementary color
Monochromatic Colors of #CF5270
Black with #CF5270
Text Example
Text Example
White with #CF5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5270; }
p { color: rgb(207,82,112); }
H1.HeaderClassName
{
color: #CF5270;
}
.AnyTagClassName
{
color: #CF5270;
}
</style>
background-color css
<style>
a { background-color: #CF5270; }
a { background-color: rgb(207,82,112); }
div.DivClassName
{
background-color: #CF5270;
}
.BgClassName
{
background-color: #CF5270;
}
</style>
border-color css
<style>
span { border-color: #CF5270; }
span { border-color: rgb(207,82,112); }
td.TdClassName
{
border-color: #CF5270;
}
.TagClassName
{
border-color: #CF5270;
}
</style>