Shades of Cabaret #CF5265
Tints of Cabaret #CF5265
RGB
CMYK
RGB Variations
Color information
#CF5265 (or 0xCF5265) is known color: Cabaret. HEX triplet: CF, 52 and 65. RGB value is (207,82,101). Sum of RGB (Red+Green+Blue) = 207+82+101=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5265 is #30AD9A. Grayscale: #797979. Windows color (decimal): -3190171 or 6640335. OLE color: 6640335.
HSL color Cylindrical-coordinate representation of color #CF5265: hue angle of 350.88º 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 #CF5265 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 101 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.19 |
| HSL | 350.88º | 0.57% | 0.57% | - |
| HSV(B) | 350.88º | 0.6% | 0.81% | - |
| XYZ | 31.1 | 20.24 | 14.58 | - |
| YUV | 121.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 101 | 0 | 0.60 | 0.51 | 0.19 | 350.88 | 0.57 | 0.57 |
| Hex | CF | 52 | 65 | 0 | 3C | 33 | 13 | 15F | 39 | 39 |
| Octal | 317 | 122 | 145 | 0 | 74 | 63 | 23 | 537 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1100101 | 0 | 111100 | 110011 | 10011 | 101011111 | 111001 | 111001 |
Color Harmonies of #CF5265
Complementary color
Monochromatic Colors of #CF5265
Black with #CF5265
Text Example
Text Example
White with #CF5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5265; }
p { color: rgb(207,82,101); }
H1.HeaderClassName
{
color: #CF5265;
}
.AnyTagClassName
{
color: #CF5265;
}
</style>
background-color css
<style>
a { background-color: #CF5265; }
a { background-color: rgb(207,82,101); }
div.DivClassName
{
background-color: #CF5265;
}
.BgClassName
{
background-color: #CF5265;
}
</style>
border-color css
<style>
span { border-color: #CF5265; }
span { border-color: rgb(207,82,101); }
td.TdClassName
{
border-color: #CF5265;
}
.TagClassName
{
border-color: #CF5265;
}
</style>