Shades of Cabaret #CB5E6B
Tints of Cabaret #CB5E6B
RGB
CMYK
RGB Variations
Color information
#CB5E6B (or 0xCB5E6B) is known color: Cabaret. HEX triplet: CB, 5E and 6B. RGB value is (203,94,107). Sum of RGB (Red+Green+Blue) = 203+94+107=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E6B is #34A194. Grayscale: #808080. Windows color (decimal): -3449237 or 7036619. OLE color: 7036619.
HSL color Cylindrical-coordinate representation of color #CB5E6B: hue angle of 352.84º 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 #CB5E6B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 107 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.20 |
| HSL | 352.84º | 0.51% | 0.58% | - |
| HSV(B) | 352.84º | 0.54% | 0.8% | - |
| XYZ | 31.29 | 21.76 | 16.46 | - |
| YUV | 128.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 107 | 0 | 0.54 | 0.47 | 0.20 | 352.84 | 0.51 | 0.58 |
| Hex | CB | 5E | 6B | 0 | 36 | 2F | 14 | 161 | 33 | 3A |
| Octal | 313 | 136 | 153 | 0 | 66 | 57 | 24 | 541 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1101011 | 0 | 110110 | 101111 | 10100 | 101100001 | 110011 | 111010 |
Color Harmonies of #CB5E6B
Complementary color
Monochromatic Colors of #CB5E6B
Black with #CB5E6B
Text Example
Text Example
White with #CB5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E6B; }
p { color: rgb(203,94,107); }
H1.HeaderClassName
{
color: #CB5E6B;
}
.AnyTagClassName
{
color: #CB5E6B;
}
</style>
background-color css
<style>
a { background-color: #CB5E6B; }
a { background-color: rgb(203,94,107); }
div.DivClassName
{
background-color: #CB5E6B;
}
.BgClassName
{
background-color: #CB5E6B;
}
</style>
border-color css
<style>
span { border-color: #CB5E6B; }
span { border-color: rgb(203,94,107); }
td.TdClassName
{
border-color: #CB5E6B;
}
.TagClassName
{
border-color: #CB5E6B;
}
</style>