Shades of Cabaret #CB556C
Tints of Cabaret #CB556C
RGB
CMYK
RGB Variations
Color information
#CB556C (or 0xCB556C) is known color: Cabaret. HEX triplet: CB, 55 and 6C. RGB value is (203,85,108). Sum of RGB (Red+Green+Blue) = 203+85+108=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB556C is #34AA93. Grayscale: #7A7A7A. Windows color (decimal): -3451540 or 7099851. OLE color: 7099851.
HSL color Cylindrical-coordinate representation of color #CB556C: hue angle of 348.31º 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 #CB556C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 108 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.20 |
| HSL | 348.31º | 0.53% | 0.56% | - |
| HSV(B) | 348.31º | 0.58% | 0.8% | - |
| XYZ | 30.58 | 20.28 | 16.49 | - |
| YUV | 122.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 108 | 0 | 0.58 | 0.47 | 0.20 | 348.31 | 0.53 | 0.56 |
| Hex | CB | 55 | 6C | 0 | 3A | 2F | 14 | 15C | 35 | 38 |
| Octal | 313 | 125 | 154 | 0 | 72 | 57 | 24 | 534 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1101100 | 0 | 111010 | 101111 | 10100 | 101011100 | 110101 | 111000 |
Color Harmonies of #CB556C
Complementary color
Monochromatic Colors of #CB556C
Black with #CB556C
Text Example
Text Example
White with #CB556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB556C; }
p { color: rgb(203,85,108); }
H1.HeaderClassName
{
color: #CB556C;
}
.AnyTagClassName
{
color: #CB556C;
}
</style>
background-color css
<style>
a { background-color: #CB556C; }
a { background-color: rgb(203,85,108); }
div.DivClassName
{
background-color: #CB556C;
}
.BgClassName
{
background-color: #CB556C;
}
</style>
border-color css
<style>
span { border-color: #CB556C; }
span { border-color: rgb(203,85,108); }
td.TdClassName
{
border-color: #CB556C;
}
.TagClassName
{
border-color: #CB556C;
}
</style>