Shades of Cabaret #CB5465
Tints of Cabaret #CB5465
RGB
CMYK
RGB Variations
Color information
#CB5465 (or 0xCB5465) is known color: Cabaret. HEX triplet: CB, 54 and 65. RGB value is (203,84,101). Sum of RGB (Red+Green+Blue) = 203+84+101=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5465 is #34AB9A. Grayscale: #797979. Windows color (decimal): -3451803 or 6640843. OLE color: 6640843.
HSL color Cylindrical-coordinate representation of color #CB5465: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5465 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 101 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.20 |
| HSL | 351.43º | 0.53% | 0.56% | - |
| HSV(B) | 351.43º | 0.59% | 0.8% | - |
| XYZ | 30.15 | 19.98 | 14.58 | - |
| YUV | 121.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 101 | 0 | 0.59 | 0.50 | 0.20 | 351.43 | 0.53 | 0.56 |
| Hex | CB | 54 | 65 | 0 | 3B | 32 | 14 | 15F | 35 | 38 |
| Octal | 313 | 124 | 145 | 0 | 73 | 62 | 24 | 537 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1100101 | 0 | 111011 | 110010 | 10100 | 101011111 | 110101 | 111000 |
Color Harmonies of #CB5465
Complementary color
Monochromatic Colors of #CB5465
Black with #CB5465
Text Example
Text Example
White with #CB5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5465; }
p { color: rgb(203,84,101); }
H1.HeaderClassName
{
color: #CB5465;
}
.AnyTagClassName
{
color: #CB5465;
}
</style>
background-color css
<style>
a { background-color: #CB5465; }
a { background-color: rgb(203,84,101); }
div.DivClassName
{
background-color: #CB5465;
}
.BgClassName
{
background-color: #CB5465;
}
</style>
border-color css
<style>
span { border-color: #CB5465; }
span { border-color: rgb(203,84,101); }
td.TdClassName
{
border-color: #CB5465;
}
.TagClassName
{
border-color: #CB5465;
}
</style>