Shades of Cabaret #CB5073
Tints of Cabaret #CB5073
RGB
CMYK
RGB Variations
Color information
#CB5073 (or 0xCB5073) is known color: Cabaret. HEX triplet: CB, 50 and 73. RGB value is (203,80,115). Sum of RGB (Red+Green+Blue) = 203+80+115=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5073 is #34AF8C. Grayscale: #787878. Windows color (decimal): -3452813 or 7557323. OLE color: 7557323.
HSL color Cylindrical-coordinate representation of color #CB5073: hue angle of 342.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5073 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 115 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.20 |
| HSL | 342.93º | 0.54% | 0.55% | - |
| HSV(B) | 342.93º | 0.61% | 0.8% | - |
| XYZ | 30.59 | 19.67 | 18.4 | - |
| YUV | 120.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 115 | 0 | 0.61 | 0.43 | 0.20 | 342.93 | 0.54 | 0.55 |
| Hex | CB | 50 | 73 | 0 | 3D | 2B | 14 | 157 | 36 | 37 |
| Octal | 313 | 120 | 163 | 0 | 75 | 53 | 24 | 527 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1110011 | 0 | 111101 | 101011 | 10100 | 101010111 | 110110 | 110111 |
Color Harmonies of #CB5073
Complementary color
Monochromatic Colors of #CB5073
Black with #CB5073
Text Example
Text Example
White with #CB5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5073; }
p { color: rgb(203,80,115); }
H1.HeaderClassName
{
color: #CB5073;
}
.AnyTagClassName
{
color: #CB5073;
}
</style>
background-color css
<style>
a { background-color: #CB5073; }
a { background-color: rgb(203,80,115); }
div.DivClassName
{
background-color: #CB5073;
}
.BgClassName
{
background-color: #CB5073;
}
</style>
border-color css
<style>
span { border-color: #CB5073; }
span { border-color: rgb(203,80,115); }
td.TdClassName
{
border-color: #CB5073;
}
.TagClassName
{
border-color: #CB5073;
}
</style>