Shades of Cabaret #CB6077
Tints of Cabaret #CB6077
RGB
CMYK
RGB Variations
Color information
#CB6077 (or 0xCB6077) is known color: Cabaret. HEX triplet: CB, 60 and 77. RGB value is (203,96,119). Sum of RGB (Red+Green+Blue) = 203+96+119=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6077 is #349F88. Grayscale: #828282. Windows color (decimal): -3448713 or 7823563. OLE color: 7823563.
HSL color Cylindrical-coordinate representation of color #CB6077: hue angle of 347.1º 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 #CB6077 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 119 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.20 |
| HSL | 347.1º | 0.51% | 0.59% | - |
| HSV(B) | 347.1º | 0.53% | 0.8% | - |
| XYZ | 32.14 | 22.39 | 20.08 | - |
| YUV | 130.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 119 | 0 | 0.53 | 0.41 | 0.20 | 347.1 | 0.51 | 0.59 |
| Hex | CB | 60 | 77 | 0 | 35 | 29 | 14 | 15B | 33 | 3B |
| Octal | 313 | 140 | 167 | 0 | 65 | 51 | 24 | 533 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1110111 | 0 | 110101 | 101001 | 10100 | 101011011 | 110011 | 111011 |
Color Harmonies of #CB6077
Complementary color
Monochromatic Colors of #CB6077
Black with #CB6077
Text Example
Text Example
White with #CB6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6077; }
p { color: rgb(203,96,119); }
H1.HeaderClassName
{
color: #CB6077;
}
.AnyTagClassName
{
color: #CB6077;
}
</style>
background-color css
<style>
a { background-color: #CB6077; }
a { background-color: rgb(203,96,119); }
div.DivClassName
{
background-color: #CB6077;
}
.BgClassName
{
background-color: #CB6077;
}
</style>
border-color css
<style>
span { border-color: #CB6077; }
span { border-color: rgb(203,96,119); }
td.TdClassName
{
border-color: #CB6077;
}
.TagClassName
{
border-color: #CB6077;
}
</style>