Shades of Cabaret #CB6079
Tints of Cabaret #CB6079
RGB
CMYK
RGB Variations
Color information
#CB6079 (or 0xCB6079) is known color: Cabaret. HEX triplet: CB, 60 and 79. RGB value is (203,96,121). Sum of RGB (Red+Green+Blue) = 203+96+121=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6079 is #349F86. Grayscale: #828282. Windows color (decimal): -3448711 or 7954635. OLE color: 7954635.
HSL color Cylindrical-coordinate representation of color #CB6079: hue angle of 345.98º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6079 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 121 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.20 |
| HSL | 345.98º | 0.51% | 0.59% | - |
| HSV(B) | 345.98º | 0.53% | 0.8% | - |
| XYZ | 32.26 | 22.44 | 20.72 | - |
| YUV | 130.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 121 | 0 | 0.53 | 0.40 | 0.20 | 345.98 | 0.51 | 0.59 |
| Hex | CB | 60 | 79 | 0 | 35 | 28 | 14 | 15A | 33 | 3B |
| Octal | 313 | 140 | 171 | 0 | 65 | 50 | 24 | 532 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1111001 | 0 | 110101 | 101000 | 10100 | 101011010 | 110011 | 111011 |
Color Harmonies of #CB6079
Complementary color
Monochromatic Colors of #CB6079
Black with #CB6079
Text Example
Text Example
White with #CB6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6079; }
p { color: rgb(203,96,121); }
H1.HeaderClassName
{
color: #CB6079;
}
.AnyTagClassName
{
color: #CB6079;
}
</style>
background-color css
<style>
a { background-color: #CB6079; }
a { background-color: rgb(203,96,121); }
div.DivClassName
{
background-color: #CB6079;
}
.BgClassName
{
background-color: #CB6079;
}
</style>
border-color css
<style>
span { border-color: #CB6079; }
span { border-color: rgb(203,96,121); }
td.TdClassName
{
border-color: #CB6079;
}
.TagClassName
{
border-color: #CB6079;
}
</style>