Shades of Cabaret #CB5D76
Tints of Cabaret #CB5D76
RGB
CMYK
RGB Variations
Color information
#CB5D76 (or 0xCB5D76) is known color: Cabaret. HEX triplet: CB, 5D and 76. RGB value is (203,93,118). Sum of RGB (Red+Green+Blue) = 203+93+118=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D76 is #34A289. Grayscale: #808080. Windows color (decimal): -3449482 or 7757259. OLE color: 7757259.
HSL color Cylindrical-coordinate representation of color #CB5D76: hue angle of 346.36º 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 #CB5D76 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 118 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.20 |
| HSL | 346.36º | 0.51% | 0.58% | - |
| HSV(B) | 346.36º | 0.54% | 0.8% | - |
| XYZ | 31.81 | 21.83 | 19.68 | - |
| YUV | 128.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 118 | 0 | 0.54 | 0.42 | 0.20 | 346.36 | 0.51 | 0.58 |
| Hex | CB | 5D | 76 | 0 | 36 | 2A | 14 | 15A | 33 | 3A |
| Octal | 313 | 135 | 166 | 0 | 66 | 52 | 24 | 532 | 63 | 72 |
| Binary | 11001011 | 1011101 | 1110110 | 0 | 110110 | 101010 | 10100 | 101011010 | 110011 | 111010 |
Color Harmonies of #CB5D76
Complementary color
Monochromatic Colors of #CB5D76
Black with #CB5D76
Text Example
Text Example
White with #CB5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D76; }
p { color: rgb(203,93,118); }
H1.HeaderClassName
{
color: #CB5D76;
}
.AnyTagClassName
{
color: #CB5D76;
}
</style>
background-color css
<style>
a { background-color: #CB5D76; }
a { background-color: rgb(203,93,118); }
div.DivClassName
{
background-color: #CB5D76;
}
.BgClassName
{
background-color: #CB5D76;
}
</style>
border-color css
<style>
span { border-color: #CB5D76; }
span { border-color: rgb(203,93,118); }
td.TdClassName
{
border-color: #CB5D76;
}
.TagClassName
{
border-color: #CB5D76;
}
</style>