Shades of Cabaret #CF6076
Tints of Cabaret #CF6076
RGB
CMYK
RGB Variations
Color information
#CF6076 (or 0xCF6076) is known color: Cabaret. HEX triplet: CF, 60 and 76. RGB value is (207,96,118). Sum of RGB (Red+Green+Blue) = 207+96+118=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6076 is #309F89. Grayscale: #838383. Windows color (decimal): -3186570 or 7758031. OLE color: 7758031.
HSL color Cylindrical-coordinate representation of color #CF6076: hue angle of 348.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6076 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 118 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.19 |
| HSL | 348.11º | 0.54% | 0.59% | - |
| HSV(B) | 348.11º | 0.54% | 0.81% | - |
| XYZ | 33.19 | 22.94 | 19.82 | - |
| YUV | 131.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 118 | 0 | 0.54 | 0.43 | 0.19 | 348.11 | 0.54 | 0.59 |
| Hex | CF | 60 | 76 | 0 | 36 | 2B | 13 | 15C | 36 | 3B |
| Octal | 317 | 140 | 166 | 0 | 66 | 53 | 23 | 534 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1110110 | 0 | 110110 | 101011 | 10011 | 101011100 | 110110 | 111011 |
Color Harmonies of #CF6076
Complementary color
Monochromatic Colors of #CF6076
Black with #CF6076
Text Example
Text Example
White with #CF6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6076; }
p { color: rgb(207,96,118); }
H1.HeaderClassName
{
color: #CF6076;
}
.AnyTagClassName
{
color: #CF6076;
}
</style>
background-color css
<style>
a { background-color: #CF6076; }
a { background-color: rgb(207,96,118); }
div.DivClassName
{
background-color: #CF6076;
}
.BgClassName
{
background-color: #CF6076;
}
</style>
border-color css
<style>
span { border-color: #CF6076; }
span { border-color: rgb(207,96,118); }
td.TdClassName
{
border-color: #CF6076;
}
.TagClassName
{
border-color: #CF6076;
}
</style>