Shades of Cabaret #CB5977
Tints of Cabaret #CB5977
RGB
CMYK
RGB Variations
Color information
#CB5977 (or 0xCB5977) is known color: Cabaret. HEX triplet: CB, 59 and 77. RGB value is (203,89,119). Sum of RGB (Red+Green+Blue) = 203+89+119=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5977 is #34A688. Grayscale: #7E7E7E. Windows color (decimal): -3450505 or 7821771. OLE color: 7821771.
HSL color Cylindrical-coordinate representation of color #CB5977: hue angle of 344.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5977 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 119 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.20 |
| HSL | 344.21º | 0.52% | 0.57% | - |
| HSV(B) | 344.21º | 0.56% | 0.8% | - |
| XYZ | 31.53 | 21.17 | 19.88 | - |
| YUV | 126.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 119 | 0 | 0.56 | 0.41 | 0.20 | 344.21 | 0.52 | 0.57 |
| Hex | CB | 59 | 77 | 0 | 38 | 29 | 14 | 158 | 34 | 39 |
| Octal | 313 | 131 | 167 | 0 | 70 | 51 | 24 | 530 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1110111 | 0 | 111000 | 101001 | 10100 | 101011000 | 110100 | 111001 |
Color Harmonies of #CB5977
Complementary color
Monochromatic Colors of #CB5977
Black with #CB5977
Text Example
Text Example
White with #CB5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5977; }
p { color: rgb(203,89,119); }
H1.HeaderClassName
{
color: #CB5977;
}
.AnyTagClassName
{
color: #CB5977;
}
</style>
background-color css
<style>
a { background-color: #CB5977; }
a { background-color: rgb(203,89,119); }
div.DivClassName
{
background-color: #CB5977;
}
.BgClassName
{
background-color: #CB5977;
}
</style>
border-color css
<style>
span { border-color: #CB5977; }
span { border-color: rgb(203,89,119); }
td.TdClassName
{
border-color: #CB5977;
}
.TagClassName
{
border-color: #CB5977;
}
</style>