Shades of Cabaret #CB5573
Tints of Cabaret #CB5573
RGB
CMYK
RGB Variations
Color information
#CB5573 (or 0xCB5573) is known color: Cabaret. HEX triplet: CB, 55 and 73. RGB value is (203,85,115). Sum of RGB (Red+Green+Blue) = 203+85+115=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5573 is #34AA8C. Grayscale: #7B7B7B. Windows color (decimal): -3451533 or 7558603. OLE color: 7558603.
HSL color Cylindrical-coordinate representation of color #CB5573: hue angle of 344.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5573 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 115 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.20 |
| HSL | 344.75º | 0.53% | 0.56% | - |
| HSV(B) | 344.75º | 0.58% | 0.8% | - |
| XYZ | 30.97 | 20.43 | 18.53 | - |
| YUV | 123.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 115 | 0 | 0.58 | 0.43 | 0.20 | 344.75 | 0.53 | 0.56 |
| Hex | CB | 55 | 73 | 0 | 3A | 2B | 14 | 159 | 35 | 38 |
| Octal | 313 | 125 | 163 | 0 | 72 | 53 | 24 | 531 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1110011 | 0 | 111010 | 101011 | 10100 | 101011001 | 110101 | 111000 |
Color Harmonies of #CB5573
Complementary color
Monochromatic Colors of #CB5573
Black with #CB5573
Text Example
Text Example
White with #CB5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5573; }
p { color: rgb(203,85,115); }
H1.HeaderClassName
{
color: #CB5573;
}
.AnyTagClassName
{
color: #CB5573;
}
</style>
background-color css
<style>
a { background-color: #CB5573; }
a { background-color: rgb(203,85,115); }
div.DivClassName
{
background-color: #CB5573;
}
.BgClassName
{
background-color: #CB5573;
}
</style>
border-color css
<style>
span { border-color: #CB5573; }
span { border-color: rgb(203,85,115); }
td.TdClassName
{
border-color: #CB5573;
}
.TagClassName
{
border-color: #CB5573;
}
</style>