Shades of Cabaret #CB5E7C
Tints of Cabaret #CB5E7C
RGB
CMYK
RGB Variations
Color information
#CB5E7C (or 0xCB5E7C) is known color: Cabaret. HEX triplet: CB, 5E and 7C. RGB value is (203,94,124). Sum of RGB (Red+Green+Blue) = 203+94+124=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E7C is #34A183. Grayscale: #828282. Windows color (decimal): -3449220 or 8150731. OLE color: 8150731.
HSL color Cylindrical-coordinate representation of color #CB5E7C: hue angle of 343.49º 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 #CB5E7C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 124 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.20 |
| HSL | 343.49º | 0.51% | 0.58% | - |
| HSV(B) | 343.49º | 0.54% | 0.8% | - |
| XYZ | 32.27 | 22.16 | 21.64 | - |
| YUV | 130.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 124 | 0 | 0.54 | 0.39 | 0.20 | 343.49 | 0.51 | 0.58 |
| Hex | CB | 5E | 7C | 0 | 36 | 27 | 14 | 157 | 33 | 3A |
| Octal | 313 | 136 | 174 | 0 | 66 | 47 | 24 | 527 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1111100 | 0 | 110110 | 100111 | 10100 | 101010111 | 110011 | 111010 |
Color Harmonies of #CB5E7C
Complementary color
Monochromatic Colors of #CB5E7C
Black with #CB5E7C
Text Example
Text Example
White with #CB5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E7C; }
p { color: rgb(203,94,124); }
H1.HeaderClassName
{
color: #CB5E7C;
}
.AnyTagClassName
{
color: #CB5E7C;
}
</style>
background-color css
<style>
a { background-color: #CB5E7C; }
a { background-color: rgb(203,94,124); }
div.DivClassName
{
background-color: #CB5E7C;
}
.BgClassName
{
background-color: #CB5E7C;
}
</style>
border-color css
<style>
span { border-color: #CB5E7C; }
span { border-color: rgb(203,94,124); }
td.TdClassName
{
border-color: #CB5E7C;
}
.TagClassName
{
border-color: #CB5E7C;
}
</style>