Shades of Cabaret #CB5565
Tints of Cabaret #CB5565
RGB
CMYK
RGB Variations
Color information
#CB5565 (or 0xCB5565) is known color: Cabaret. HEX triplet: CB, 55 and 65. RGB value is (203,85,101). Sum of RGB (Red+Green+Blue) = 203+85+101=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5565 is #34AA9A. Grayscale: #7A7A7A. Windows color (decimal): -3451547 or 6641099. OLE color: 6641099.
HSL color Cylindrical-coordinate representation of color #CB5565: hue angle of 351.86º 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 #CB5565 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 101 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.20 |
| HSL | 351.86º | 0.53% | 0.56% | - |
| HSV(B) | 351.86º | 0.58% | 0.8% | - |
| XYZ | 30.23 | 20.13 | 14.6 | - |
| YUV | 122.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 101 | 0 | 0.58 | 0.50 | 0.20 | 351.86 | 0.53 | 0.56 |
| Hex | CB | 55 | 65 | 0 | 3A | 32 | 14 | 160 | 35 | 38 |
| Octal | 313 | 125 | 145 | 0 | 72 | 62 | 24 | 540 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1100101 | 0 | 111010 | 110010 | 10100 | 101100000 | 110101 | 111000 |
Color Harmonies of #CB5565
Complementary color
Monochromatic Colors of #CB5565
Black with #CB5565
Text Example
Text Example
White with #CB5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5565; }
p { color: rgb(203,85,101); }
H1.HeaderClassName
{
color: #CB5565;
}
.AnyTagClassName
{
color: #CB5565;
}
</style>
background-color css
<style>
a { background-color: #CB5565; }
a { background-color: rgb(203,85,101); }
div.DivClassName
{
background-color: #CB5565;
}
.BgClassName
{
background-color: #CB5565;
}
</style>
border-color css
<style>
span { border-color: #CB5565; }
span { border-color: rgb(203,85,101); }
td.TdClassName
{
border-color: #CB5565;
}
.TagClassName
{
border-color: #CB5565;
}
</style>