Shades of Cabaret #CB4871
Tints of Cabaret #CB4871
RGB
CMYK
RGB Variations
Color information
#CB4871 (or 0xCB4871) is known color: Cabaret. HEX triplet: CB, 48 and 71. RGB value is (203,72,113). Sum of RGB (Red+Green+Blue) = 203+72+113=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4871 is #34B78E. Grayscale: #737373. Windows color (decimal): -3454863 or 7424203. OLE color: 7424203.
HSL color Cylindrical-coordinate representation of color #CB4871: hue angle of 341.22º 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 #CB4871 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 113 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.20 |
| HSL | 341.22º | 0.56% | 0.54% | - |
| HSV(B) | 341.22º | 0.65% | 0.8% | - |
| XYZ | 29.93 | 18.52 | 17.62 | - |
| YUV | 115.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 113 | 0 | 0.65 | 0.44 | 0.20 | 341.22 | 0.56 | 0.54 |
| Hex | CB | 48 | 71 | 0 | 41 | 2C | 14 | 155 | 38 | 36 |
| Octal | 313 | 110 | 161 | 0 | 101 | 54 | 24 | 525 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1110001 | 0 | 1000001 | 101100 | 10100 | 101010101 | 111000 | 110110 |
Color Harmonies of #CB4871
Complementary color
Monochromatic Colors of #CB4871
Black with #CB4871
Text Example
Text Example
White with #CB4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4871; }
p { color: rgb(203,72,113); }
H1.HeaderClassName
{
color: #CB4871;
}
.AnyTagClassName
{
color: #CB4871;
}
</style>
background-color css
<style>
a { background-color: #CB4871; }
a { background-color: rgb(203,72,113); }
div.DivClassName
{
background-color: #CB4871;
}
.BgClassName
{
background-color: #CB4871;
}
</style>
border-color css
<style>
span { border-color: #CB4871; }
span { border-color: rgb(203,72,113); }
td.TdClassName
{
border-color: #CB4871;
}
.TagClassName
{
border-color: #CB4871;
}
</style>