Shades of Cabaret #CF4761
Tints of Cabaret #CF4761
RGB
CMYK
RGB Variations
Color information
#CF4761 (or 0xCF4761) is known color: Cabaret. HEX triplet: CF, 47 and 61. RGB value is (207,71,97). Sum of RGB (Red+Green+Blue) = 207+71+97=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4761 is #30B89E. Grayscale: #727272. Windows color (decimal): -3192991 or 6375375. OLE color: 6375375.
HSL color Cylindrical-coordinate representation of color #CF4761: hue angle of 348.53º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4761 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 97 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.19 |
| HSL | 348.53º | 0.59% | 0.55% | - |
| HSV(B) | 348.53º | 0.66% | 0.81% | - |
| XYZ | 30.14 | 18.63 | 13.32 | - |
| YUV | 114.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 97 | 0 | 0.66 | 0.53 | 0.19 | 348.53 | 0.59 | 0.55 |
| Hex | CF | 47 | 61 | 0 | 42 | 35 | 13 | 15D | 3B | 37 |
| Octal | 317 | 107 | 141 | 0 | 102 | 65 | 23 | 535 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1100001 | 0 | 1000010 | 110101 | 10011 | 101011101 | 111011 | 110111 |
Color Harmonies of #CF4761
Complementary color
Monochromatic Colors of #CF4761
Black with #CF4761
Text Example
Text Example
White with #CF4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4761; }
p { color: rgb(207,71,97); }
H1.HeaderClassName
{
color: #CF4761;
}
.AnyTagClassName
{
color: #CF4761;
}
</style>
background-color css
<style>
a { background-color: #CF4761; }
a { background-color: rgb(207,71,97); }
div.DivClassName
{
background-color: #CF4761;
}
.BgClassName
{
background-color: #CF4761;
}
</style>
border-color css
<style>
span { border-color: #CF4761; }
span { border-color: rgb(207,71,97); }
td.TdClassName
{
border-color: #CF4761;
}
.TagClassName
{
border-color: #CF4761;
}
</style>