Shades of Cabaret #CB5D6E
Tints of Cabaret #CB5D6E
RGB
CMYK
RGB Variations
Color information
#CB5D6E (or 0xCB5D6E) is known color: Cabaret. HEX triplet: CB, 5D and 6E. RGB value is (203,93,110). Sum of RGB (Red+Green+Blue) = 203+93+110=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D6E is #34A291. Grayscale: #7F7F7F. Windows color (decimal): -3449490 or 7232971. OLE color: 7232971.
HSL color Cylindrical-coordinate representation of color #CB5D6E: hue angle of 350.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D6E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 110 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.20 |
| HSL | 350.73º | 0.51% | 0.58% | - |
| HSV(B) | 350.73º | 0.54% | 0.8% | - |
| XYZ | 31.36 | 21.65 | 17.28 | - |
| YUV | 127.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 110 | 0 | 0.54 | 0.46 | 0.20 | 350.73 | 0.51 | 0.58 |
| Hex | CB | 5D | 6E | 0 | 36 | 2E | 14 | 15F | 33 | 3A |
| Octal | 313 | 135 | 156 | 0 | 66 | 56 | 24 | 537 | 63 | 72 |
| Binary | 11001011 | 1011101 | 1101110 | 0 | 110110 | 101110 | 10100 | 101011111 | 110011 | 111010 |
Color Harmonies of #CB5D6E
Complementary color
Monochromatic Colors of #CB5D6E
Black with #CB5D6E
Text Example
Text Example
White with #CB5D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D6E; }
p { color: rgb(203,93,110); }
H1.HeaderClassName
{
color: #CB5D6E;
}
.AnyTagClassName
{
color: #CB5D6E;
}
</style>
background-color css
<style>
a { background-color: #CB5D6E; }
a { background-color: rgb(203,93,110); }
div.DivClassName
{
background-color: #CB5D6E;
}
.BgClassName
{
background-color: #CB5D6E;
}
</style>
border-color css
<style>
span { border-color: #CB5D6E; }
span { border-color: rgb(203,93,110); }
td.TdClassName
{
border-color: #CB5D6E;
}
.TagClassName
{
border-color: #CB5D6E;
}
</style>