Shades of Cabaret #CF4371
Tints of Cabaret #CF4371
RGB
CMYK
RGB Variations
Color information
#CF4371 (or 0xCF4371) is known color: Cabaret. HEX triplet: CF, 43 and 71. RGB value is (207,67,113). Sum of RGB (Red+Green+Blue) = 207+67+113=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4371 is #30BC8E. Grayscale: #727272. Windows color (decimal): -3193999 or 7422927. OLE color: 7422927.
HSL color Cylindrical-coordinate representation of color #CF4371: hue angle of 340.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4371 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 113 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.19 |
| HSL | 340.29º | 0.59% | 0.54% | - |
| HSV(B) | 340.29º | 0.68% | 0.81% | - |
| XYZ | 30.72 | 18.47 | 17.57 | - |
| YUV | 114.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 113 | 0 | 0.68 | 0.45 | 0.19 | 340.29 | 0.59 | 0.54 |
| Hex | CF | 43 | 71 | 0 | 44 | 2D | 13 | 154 | 3B | 36 |
| Octal | 317 | 103 | 161 | 0 | 104 | 55 | 23 | 524 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1110001 | 0 | 1000100 | 101101 | 10011 | 101010100 | 111011 | 110110 |
Color Harmonies of #CF4371
Complementary color
Monochromatic Colors of #CF4371
Black with #CF4371
Text Example
Text Example
White with #CF4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4371; }
p { color: rgb(207,67,113); }
H1.HeaderClassName
{
color: #CF4371;
}
.AnyTagClassName
{
color: #CF4371;
}
</style>
background-color css
<style>
a { background-color: #CF4371; }
a { background-color: rgb(207,67,113); }
div.DivClassName
{
background-color: #CF4371;
}
.BgClassName
{
background-color: #CF4371;
}
</style>
border-color css
<style>
span { border-color: #CF4371; }
span { border-color: rgb(207,67,113); }
td.TdClassName
{
border-color: #CF4371;
}
.TagClassName
{
border-color: #CF4371;
}
</style>