Shades of Cabaret #CB5E76
Tints of Cabaret #CB5E76
RGB
CMYK
RGB Variations
Color information
#CB5E76 (or 0xCB5E76) is known color: Cabaret. HEX triplet: CB, 5E and 76. RGB value is (203,94,118). Sum of RGB (Red+Green+Blue) = 203+94+118=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E76 is #34A189. Grayscale: #818181. Windows color (decimal): -3449226 or 7757515. OLE color: 7757515.
HSL color Cylindrical-coordinate representation of color #CB5E76: hue angle of 346.79º 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 #CB5E76 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 118 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.20 |
| HSL | 346.79º | 0.51% | 0.58% | - |
| HSV(B) | 346.79º | 0.54% | 0.8% | - |
| XYZ | 31.9 | 22.01 | 19.71 | - |
| YUV | 129.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 118 | 0 | 0.54 | 0.42 | 0.20 | 346.79 | 0.51 | 0.58 |
| Hex | CB | 5E | 76 | 0 | 36 | 2A | 14 | 15B | 33 | 3A |
| Octal | 313 | 136 | 166 | 0 | 66 | 52 | 24 | 533 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1110110 | 0 | 110110 | 101010 | 10100 | 101011011 | 110011 | 111010 |
Color Harmonies of #CB5E76
Complementary color
Monochromatic Colors of #CB5E76
Black with #CB5E76
Text Example
Text Example
White with #CB5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E76; }
p { color: rgb(203,94,118); }
H1.HeaderClassName
{
color: #CB5E76;
}
.AnyTagClassName
{
color: #CB5E76;
}
</style>
background-color css
<style>
a { background-color: #CB5E76; }
a { background-color: rgb(203,94,118); }
div.DivClassName
{
background-color: #CB5E76;
}
.BgClassName
{
background-color: #CB5E76;
}
</style>
border-color css
<style>
span { border-color: #CB5E76; }
span { border-color: rgb(203,94,118); }
td.TdClassName
{
border-color: #CB5E76;
}
.TagClassName
{
border-color: #CB5E76;
}
</style>