Shades of Cabaret #CF4764
Tints of Cabaret #CF4764
RGB
CMYK
RGB Variations
Color information
#CF4764 (or 0xCF4764) is known color: Cabaret. HEX triplet: CF, 47 and 64. RGB value is (207,71,100). Sum of RGB (Red+Green+Blue) = 207+71+100=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4764 is #30B89B. Grayscale: #727272. Windows color (decimal): -3192988 or 6571983. OLE color: 6571983.
HSL color Cylindrical-coordinate representation of color #CF4764: hue angle of 347.21º 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 #CF4764 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 100 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.19 |
| HSL | 347.21º | 0.59% | 0.55% | - |
| HSV(B) | 347.21º | 0.66% | 0.81% | - |
| XYZ | 30.29 | 18.69 | 14.07 | - |
| YUV | 114.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 100 | 0 | 0.66 | 0.52 | 0.19 | 347.21 | 0.59 | 0.55 |
| Hex | CF | 47 | 64 | 0 | 42 | 34 | 13 | 15B | 3B | 37 |
| Octal | 317 | 107 | 144 | 0 | 102 | 64 | 23 | 533 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1100100 | 0 | 1000010 | 110100 | 10011 | 101011011 | 111011 | 110111 |
Color Harmonies of #CF4764
Complementary color
Monochromatic Colors of #CF4764
Black with #CF4764
Text Example
Text Example
White with #CF4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4764; }
p { color: rgb(207,71,100); }
H1.HeaderClassName
{
color: #CF4764;
}
.AnyTagClassName
{
color: #CF4764;
}
</style>
background-color css
<style>
a { background-color: #CF4764; }
a { background-color: rgb(207,71,100); }
div.DivClassName
{
background-color: #CF4764;
}
.BgClassName
{
background-color: #CF4764;
}
</style>
border-color css
<style>
span { border-color: #CF4764; }
span { border-color: rgb(207,71,100); }
td.TdClassName
{
border-color: #CF4764;
}
.TagClassName
{
border-color: #CF4764;
}
</style>