Shades of Cabaret #CF4060
Tints of Cabaret #CF4060
RGB
CMYK
RGB Variations
Color information
#CF4060 (or 0xCF4060) is known color: Cabaret. HEX triplet: CF, 40 and 60. RGB value is (207,64,96). Sum of RGB (Red+Green+Blue) = 207+64+96=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4060 is #30BF9F. Grayscale: #6E6E6E. Windows color (decimal): -3194784 or 6308047. OLE color: 6308047.
HSL color Cylindrical-coordinate representation of color #CF4060: hue angle of 346.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4060 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 96 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.19 |
| HSL | 346.57º | 0.6% | 0.53% | - |
| HSV(B) | 346.57º | 0.69% | 0.81% | - |
| XYZ | 29.68 | 17.78 | 12.93 | - |
| YUV | 110.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 96 | 0 | 0.69 | 0.54 | 0.19 | 346.57 | 0.6 | 0.53 |
| Hex | CF | 40 | 60 | 0 | 45 | 36 | 13 | 15B | 3C | 35 |
| Octal | 317 | 100 | 140 | 0 | 105 | 66 | 23 | 533 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1100000 | 0 | 1000101 | 110110 | 10011 | 101011011 | 111100 | 110101 |
Color Harmonies of #CF4060
Complementary color
Monochromatic Colors of #CF4060
Black with #CF4060
Text Example
Text Example
White with #CF4060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4060; }
p { color: rgb(207,64,96); }
H1.HeaderClassName
{
color: #CF4060;
}
.AnyTagClassName
{
color: #CF4060;
}
</style>
background-color css
<style>
a { background-color: #CF4060; }
a { background-color: rgb(207,64,96); }
div.DivClassName
{
background-color: #CF4060;
}
.BgClassName
{
background-color: #CF4060;
}
</style>
border-color css
<style>
span { border-color: #CF4060; }
span { border-color: rgb(207,64,96); }
td.TdClassName
{
border-color: #CF4060;
}
.TagClassName
{
border-color: #CF4060;
}
</style>