Shades of Cabaret #CB5671
Tints of Cabaret #CB5671
RGB
CMYK
RGB Variations
Color information
#CB5671 (or 0xCB5671) is known color: Cabaret. HEX triplet: CB, 56 and 71. RGB value is (203,86,113). Sum of RGB (Red+Green+Blue) = 203+86+113=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5671 is #34A98E. Grayscale: #7C7C7C. Windows color (decimal): -3451279 or 7427787. OLE color: 7427787.
HSL color Cylindrical-coordinate representation of color #CB5671: hue angle of 346.15º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5671 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 113 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.20 |
| HSL | 346.15º | 0.53% | 0.57% | - |
| HSV(B) | 346.15º | 0.58% | 0.8% | - |
| XYZ | 30.94 | 20.54 | 17.96 | - |
| YUV | 124.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 113 | 0 | 0.58 | 0.44 | 0.20 | 346.15 | 0.53 | 0.57 |
| Hex | CB | 56 | 71 | 0 | 3A | 2C | 14 | 15A | 35 | 39 |
| Octal | 313 | 126 | 161 | 0 | 72 | 54 | 24 | 532 | 65 | 71 |
| Binary | 11001011 | 1010110 | 1110001 | 0 | 111010 | 101100 | 10100 | 101011010 | 110101 | 111001 |
Color Harmonies of #CB5671
Complementary color
Monochromatic Colors of #CB5671
Black with #CB5671
Text Example
Text Example
White with #CB5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5671; }
p { color: rgb(203,86,113); }
H1.HeaderClassName
{
color: #CB5671;
}
.AnyTagClassName
{
color: #CB5671;
}
</style>
background-color css
<style>
a { background-color: #CB5671; }
a { background-color: rgb(203,86,113); }
div.DivClassName
{
background-color: #CB5671;
}
.BgClassName
{
background-color: #CB5671;
}
</style>
border-color css
<style>
span { border-color: #CB5671; }
span { border-color: rgb(203,86,113); }
td.TdClassName
{
border-color: #CB5671;
}
.TagClassName
{
border-color: #CB5671;
}
</style>