Shades of Cabaret #CB556D
Tints of Cabaret #CB556D
RGB
CMYK
RGB Variations
Color information
#CB556D (or 0xCB556D) is known color: Cabaret. HEX triplet: CB, 55 and 6D. RGB value is (203,85,109). Sum of RGB (Red+Green+Blue) = 203+85+109=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB556D is #34AA92. Grayscale: #7B7B7B. Windows color (decimal): -3451539 or 7165387. OLE color: 7165387.
HSL color Cylindrical-coordinate representation of color #CB556D: hue angle of 347.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB556D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 109 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.20 |
| HSL | 347.8º | 0.53% | 0.56% | - |
| HSV(B) | 347.8º | 0.58% | 0.8% | - |
| XYZ | 30.64 | 20.3 | 16.77 | - |
| YUV | 123.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 109 | 0 | 0.58 | 0.46 | 0.20 | 347.8 | 0.53 | 0.56 |
| Hex | CB | 55 | 6D | 0 | 3A | 2E | 14 | 15C | 35 | 38 |
| Octal | 313 | 125 | 155 | 0 | 72 | 56 | 24 | 534 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1101101 | 0 | 111010 | 101110 | 10100 | 101011100 | 110101 | 111000 |
Color Harmonies of #CB556D
Complementary color
Monochromatic Colors of #CB556D
Black with #CB556D
Text Example
Text Example
White with #CB556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB556D; }
p { color: rgb(203,85,109); }
H1.HeaderClassName
{
color: #CB556D;
}
.AnyTagClassName
{
color: #CB556D;
}
</style>
background-color css
<style>
a { background-color: #CB556D; }
a { background-color: rgb(203,85,109); }
div.DivClassName
{
background-color: #CB556D;
}
.BgClassName
{
background-color: #CB556D;
}
</style>
border-color css
<style>
span { border-color: #CB556D; }
span { border-color: rgb(203,85,109); }
td.TdClassName
{
border-color: #CB556D;
}
.TagClassName
{
border-color: #CB556D;
}
</style>