Shades of Cabaret #CB5D77
Tints of Cabaret #CB5D77
RGB
CMYK
RGB Variations
Color information
#CB5D77 (or 0xCB5D77) is known color: Cabaret. HEX triplet: CB, 5D and 77. RGB value is (203,93,119). Sum of RGB (Red+Green+Blue) = 203+93+119=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D77 is #34A288. Grayscale: #808080. Windows color (decimal): -3449481 or 7822795. OLE color: 7822795.
HSL color Cylindrical-coordinate representation of color #CB5D77: hue angle of 345.82º 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 #CB5D77 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 119 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.20 |
| HSL | 345.82º | 0.51% | 0.58% | - |
| HSV(B) | 345.82º | 0.54% | 0.8% | - |
| XYZ | 31.87 | 21.86 | 19.99 | - |
| YUV | 128.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 119 | 0 | 0.54 | 0.41 | 0.20 | 345.82 | 0.51 | 0.58 |
| Hex | CB | 5D | 77 | 0 | 36 | 29 | 14 | 15A | 33 | 3A |
| Octal | 313 | 135 | 167 | 0 | 66 | 51 | 24 | 532 | 63 | 72 |
| Binary | 11001011 | 1011101 | 1110111 | 0 | 110110 | 101001 | 10100 | 101011010 | 110011 | 111010 |
Color Harmonies of #CB5D77
Complementary color
Monochromatic Colors of #CB5D77
Black with #CB5D77
Text Example
Text Example
White with #CB5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D77; }
p { color: rgb(203,93,119); }
H1.HeaderClassName
{
color: #CB5D77;
}
.AnyTagClassName
{
color: #CB5D77;
}
</style>
background-color css
<style>
a { background-color: #CB5D77; }
a { background-color: rgb(203,93,119); }
div.DivClassName
{
background-color: #CB5D77;
}
.BgClassName
{
background-color: #CB5D77;
}
</style>
border-color css
<style>
span { border-color: #CB5D77; }
span { border-color: rgb(203,93,119); }
td.TdClassName
{
border-color: #CB5D77;
}
.TagClassName
{
border-color: #CB5D77;
}
</style>