Shades of Cabaret #CB4771
Tints of Cabaret #CB4771
RGB
CMYK
RGB Variations
Color information
#CB4771 (or 0xCB4771) is known color: Cabaret. HEX triplet: CB, 47 and 71. RGB value is (203,71,113). Sum of RGB (Red+Green+Blue) = 203+71+113=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4771 is #34B88E. Grayscale: #737373. Windows color (decimal): -3455119 or 7423947. OLE color: 7423947.
HSL color Cylindrical-coordinate representation of color #CB4771: hue angle of 340.91º 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 #CB4771 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 113 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.20 |
| HSL | 340.91º | 0.56% | 0.54% | - |
| HSV(B) | 340.91º | 0.65% | 0.8% | - |
| XYZ | 29.86 | 18.4 | 17.6 | - |
| YUV | 115.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 113 | 0 | 0.65 | 0.44 | 0.20 | 340.91 | 0.56 | 0.54 |
| Hex | CB | 47 | 71 | 0 | 41 | 2C | 14 | 155 | 38 | 36 |
| Octal | 313 | 107 | 161 | 0 | 101 | 54 | 24 | 525 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1110001 | 0 | 1000001 | 101100 | 10100 | 101010101 | 111000 | 110110 |
Color Harmonies of #CB4771
Complementary color
Monochromatic Colors of #CB4771
Black with #CB4771
Text Example
Text Example
White with #CB4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4771; }
p { color: rgb(203,71,113); }
H1.HeaderClassName
{
color: #CB4771;
}
.AnyTagClassName
{
color: #CB4771;
}
</style>
background-color css
<style>
a { background-color: #CB4771; }
a { background-color: rgb(203,71,113); }
div.DivClassName
{
background-color: #CB4771;
}
.BgClassName
{
background-color: #CB4771;
}
</style>
border-color css
<style>
span { border-color: #CB4771; }
span { border-color: rgb(203,71,113); }
td.TdClassName
{
border-color: #CB4771;
}
.TagClassName
{
border-color: #CB4771;
}
</style>