Shades of Cabaret #CB4A76
Tints of Cabaret #CB4A76
RGB
CMYK
RGB Variations
Color information
#CB4A76 (or 0xCB4A76) is known color: Cabaret. HEX triplet: CB, 4A and 76. RGB value is (203,74,118). Sum of RGB (Red+Green+Blue) = 203+74+118=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A76 is #34B589. Grayscale: #757575. Windows color (decimal): -3454346 or 7752395. OLE color: 7752395.
HSL color Cylindrical-coordinate representation of color #CB4A76: hue angle of 339.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A76 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 118 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.20 |
| HSL | 339.53º | 0.55% | 0.54% | - |
| HSV(B) | 339.53º | 0.64% | 0.8% | - |
| XYZ | 30.35 | 18.9 | 19.19 | - |
| YUV | 117.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 118 | 0 | 0.64 | 0.42 | 0.20 | 339.53 | 0.55 | 0.54 |
| Hex | CB | 4A | 76 | 0 | 40 | 2A | 14 | 154 | 37 | 36 |
| Octal | 313 | 112 | 166 | 0 | 100 | 52 | 24 | 524 | 67 | 66 |
| Binary | 11001011 | 1001010 | 1110110 | 0 | 1000000 | 101010 | 10100 | 101010100 | 110111 | 110110 |
Color Harmonies of #CB4A76
Complementary color
Monochromatic Colors of #CB4A76
Black with #CB4A76
Text Example
Text Example
White with #CB4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A76; }
p { color: rgb(203,74,118); }
H1.HeaderClassName
{
color: #CB4A76;
}
.AnyTagClassName
{
color: #CB4A76;
}
</style>
background-color css
<style>
a { background-color: #CB4A76; }
a { background-color: rgb(203,74,118); }
div.DivClassName
{
background-color: #CB4A76;
}
.BgClassName
{
background-color: #CB4A76;
}
</style>
border-color css
<style>
span { border-color: #CB4A76; }
span { border-color: rgb(203,74,118); }
td.TdClassName
{
border-color: #CB4A76;
}
.TagClassName
{
border-color: #CB4A76;
}
</style>