Shades of Cabaret #CB5871
Tints of Cabaret #CB5871
RGB
CMYK
RGB Variations
Color information
#CB5871 (or 0xCB5871) is known color: Cabaret. HEX triplet: CB, 58 and 71. RGB value is (203,88,113). Sum of RGB (Red+Green+Blue) = 203+88+113=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5871 is #34A78E. Grayscale: #7D7D7D. Windows color (decimal): -3450767 or 7428299. OLE color: 7428299.
HSL color Cylindrical-coordinate representation of color #CB5871: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5871 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 113 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.20 |
| HSL | 346.96º | 0.53% | 0.57% | - |
| HSV(B) | 346.96º | 0.57% | 0.8% | - |
| XYZ | 31.1 | 20.87 | 18.01 | - |
| YUV | 125.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 113 | 0 | 0.57 | 0.44 | 0.20 | 346.96 | 0.53 | 0.57 |
| Hex | CB | 58 | 71 | 0 | 39 | 2C | 14 | 15B | 35 | 39 |
| Octal | 313 | 130 | 161 | 0 | 71 | 54 | 24 | 533 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1110001 | 0 | 111001 | 101100 | 10100 | 101011011 | 110101 | 111001 |
Color Harmonies of #CB5871
Complementary color
Monochromatic Colors of #CB5871
Black with #CB5871
Text Example
Text Example
White with #CB5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5871; }
p { color: rgb(203,88,113); }
H1.HeaderClassName
{
color: #CB5871;
}
.AnyTagClassName
{
color: #CB5871;
}
</style>
background-color css
<style>
a { background-color: #CB5871; }
a { background-color: rgb(203,88,113); }
div.DivClassName
{
background-color: #CB5871;
}
.BgClassName
{
background-color: #CB5871;
}
</style>
border-color css
<style>
span { border-color: #CB5871; }
span { border-color: rgb(203,88,113); }
td.TdClassName
{
border-color: #CB5871;
}
.TagClassName
{
border-color: #CB5871;
}
</style>