Shades of Cabaret #CB4876
Tints of Cabaret #CB4876
RGB
CMYK
RGB Variations
Color information
#CB4876 (or 0xCB4876) is known color: Cabaret. HEX triplet: CB, 48 and 76. RGB value is (203,72,118). Sum of RGB (Red+Green+Blue) = 203+72+118=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4876 is #34B789. Grayscale: #747474. Windows color (decimal): -3454858 or 7751883. OLE color: 7751883.
HSL color Cylindrical-coordinate representation of color #CB4876: hue angle of 338.93º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4876 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 118 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.20 |
| HSL | 338.93º | 0.56% | 0.54% | - |
| HSV(B) | 338.93º | 0.65% | 0.8% | - |
| XYZ | 30.22 | 18.64 | 19.14 | - |
| YUV | 116.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 118 | 0 | 0.65 | 0.42 | 0.20 | 338.93 | 0.56 | 0.54 |
| Hex | CB | 48 | 76 | 0 | 41 | 2A | 14 | 153 | 38 | 36 |
| Octal | 313 | 110 | 166 | 0 | 101 | 52 | 24 | 523 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1110110 | 0 | 1000001 | 101010 | 10100 | 101010011 | 111000 | 110110 |
Color Harmonies of #CB4876
Complementary color
Monochromatic Colors of #CB4876
Black with #CB4876
Text Example
Text Example
White with #CB4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4876; }
p { color: rgb(203,72,118); }
H1.HeaderClassName
{
color: #CB4876;
}
.AnyTagClassName
{
color: #CB4876;
}
</style>
background-color css
<style>
a { background-color: #CB4876; }
a { background-color: rgb(203,72,118); }
div.DivClassName
{
background-color: #CB4876;
}
.BgClassName
{
background-color: #CB4876;
}
</style>
border-color css
<style>
span { border-color: #CB4876; }
span { border-color: rgb(203,72,118); }
td.TdClassName
{
border-color: #CB4876;
}
.TagClassName
{
border-color: #CB4876;
}
</style>