Shades of Cabaret #CF4871
Tints of Cabaret #CF4871
RGB
CMYK
RGB Variations
Color information
#CF4871 (or 0xCF4871) is known color: Cabaret. HEX triplet: CF, 48 and 71. RGB value is (207,72,113). Sum of RGB (Red+Green+Blue) = 207+72+113=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4871 is #30B78E. Grayscale: #757575. Windows color (decimal): -3192719 or 7424207. OLE color: 7424207.
HSL color Cylindrical-coordinate representation of color #CF4871: hue angle of 341.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4871 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 113 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.19 |
| HSL | 341.78º | 0.58% | 0.55% | - |
| HSV(B) | 341.78º | 0.65% | 0.81% | - |
| XYZ | 31.03 | 19.09 | 17.67 | - |
| YUV | 117.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 113 | 0 | 0.65 | 0.45 | 0.19 | 341.78 | 0.58 | 0.55 |
| Hex | CF | 48 | 71 | 0 | 41 | 2D | 13 | 156 | 3A | 37 |
| Octal | 317 | 110 | 161 | 0 | 101 | 55 | 23 | 526 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1110001 | 0 | 1000001 | 101101 | 10011 | 101010110 | 111010 | 110111 |
Color Harmonies of #CF4871
Complementary color
Monochromatic Colors of #CF4871
Black with #CF4871
Text Example
Text Example
White with #CF4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4871; }
p { color: rgb(207,72,113); }
H1.HeaderClassName
{
color: #CF4871;
}
.AnyTagClassName
{
color: #CF4871;
}
</style>
background-color css
<style>
a { background-color: #CF4871; }
a { background-color: rgb(207,72,113); }
div.DivClassName
{
background-color: #CF4871;
}
.BgClassName
{
background-color: #CF4871;
}
</style>
border-color css
<style>
span { border-color: #CF4871; }
span { border-color: rgb(207,72,113); }
td.TdClassName
{
border-color: #CF4871;
}
.TagClassName
{
border-color: #CF4871;
}
</style>