Shades of Cabaret #CB5173
Tints of Cabaret #CB5173
RGB
CMYK
RGB Variations
Color information
#CB5173 (or 0xCB5173) is known color: Cabaret. HEX triplet: CB, 51 and 73. RGB value is (203,81,115). Sum of RGB (Red+Green+Blue) = 203+81+115=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5173 is #34AE8C. Grayscale: #797979. Windows color (decimal): -3452557 or 7557579. OLE color: 7557579.
HSL color Cylindrical-coordinate representation of color #CB5173: hue angle of 343.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5173 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 115 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.20 |
| HSL | 343.28º | 0.54% | 0.56% | - |
| HSV(B) | 343.28º | 0.6% | 0.8% | - |
| XYZ | 30.67 | 19.82 | 18.43 | - |
| YUV | 121.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 115 | 0 | 0.60 | 0.43 | 0.20 | 343.28 | 0.54 | 0.56 |
| Hex | CB | 51 | 73 | 0 | 3C | 2B | 14 | 157 | 36 | 38 |
| Octal | 313 | 121 | 163 | 0 | 74 | 53 | 24 | 527 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1110011 | 0 | 111100 | 101011 | 10100 | 101010111 | 110110 | 111000 |
Color Harmonies of #CB5173
Complementary color
Monochromatic Colors of #CB5173
Black with #CB5173
Text Example
Text Example
White with #CB5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5173; }
p { color: rgb(203,81,115); }
H1.HeaderClassName
{
color: #CB5173;
}
.AnyTagClassName
{
color: #CB5173;
}
</style>
background-color css
<style>
a { background-color: #CB5173; }
a { background-color: rgb(203,81,115); }
div.DivClassName
{
background-color: #CB5173;
}
.BgClassName
{
background-color: #CB5173;
}
</style>
border-color css
<style>
span { border-color: #CB5173; }
span { border-color: rgb(203,81,115); }
td.TdClassName
{
border-color: #CB5173;
}
.TagClassName
{
border-color: #CB5173;
}
</style>