Shades of Cabaret #CF5976
Tints of Cabaret #CF5976
RGB
CMYK
RGB Variations
Color information
#CF5976 (or 0xCF5976) is known color: Cabaret. HEX triplet: CF, 59 and 76. RGB value is (207,89,118). Sum of RGB (Red+Green+Blue) = 207+89+118=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5976 is #30A689. Grayscale: #7F7F7F. Windows color (decimal): -3188362 or 7756239. OLE color: 7756239.
HSL color Cylindrical-coordinate representation of color #CF5976: hue angle of 345.25º 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 #CF5976 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 118 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.19 |
| HSL | 345.25º | 0.55% | 0.58% | - |
| HSV(B) | 345.25º | 0.57% | 0.81% | - |
| XYZ | 32.57 | 21.72 | 19.61 | - |
| YUV | 127.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 118 | 0 | 0.57 | 0.43 | 0.19 | 345.25 | 0.55 | 0.58 |
| Hex | CF | 59 | 76 | 0 | 39 | 2B | 13 | 159 | 37 | 3A |
| Octal | 317 | 131 | 166 | 0 | 71 | 53 | 23 | 531 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1110110 | 0 | 111001 | 101011 | 10011 | 101011001 | 110111 | 111010 |
Color Harmonies of #CF5976
Complementary color
Monochromatic Colors of #CF5976
Black with #CF5976
Text Example
Text Example
White with #CF5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5976; }
p { color: rgb(207,89,118); }
H1.HeaderClassName
{
color: #CF5976;
}
.AnyTagClassName
{
color: #CF5976;
}
</style>
background-color css
<style>
a { background-color: #CF5976; }
a { background-color: rgb(207,89,118); }
div.DivClassName
{
background-color: #CF5976;
}
.BgClassName
{
background-color: #CF5976;
}
</style>
border-color css
<style>
span { border-color: #CF5976; }
span { border-color: rgb(207,89,118); }
td.TdClassName
{
border-color: #CF5976;
}
.TagClassName
{
border-color: #CF5976;
}
</style>