Shades of Cabaret #CB557A
Tints of Cabaret #CB557A
RGB
CMYK
RGB Variations
Color information
#CB557A (or 0xCB557A) is known color: Cabaret. HEX triplet: CB, 55 and 7A. RGB value is (203,85,122). Sum of RGB (Red+Green+Blue) = 203+85+122=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB557A is #34AA85. Grayscale: #7C7C7C. Windows color (decimal): -3451526 or 8017355. OLE color: 8017355.
HSL color Cylindrical-coordinate representation of color #CB557A: hue angle of 341.19º 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 #CB557A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 122 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.20 |
| HSL | 341.19º | 0.53% | 0.56% | - |
| HSV(B) | 341.19º | 0.58% | 0.8% | - |
| XYZ | 31.39 | 20.6 | 20.73 | - |
| YUV | 124.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 122 | 0 | 0.58 | 0.40 | 0.20 | 341.19 | 0.53 | 0.56 |
| Hex | CB | 55 | 7A | 0 | 3A | 28 | 14 | 155 | 35 | 38 |
| Octal | 313 | 125 | 172 | 0 | 72 | 50 | 24 | 525 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1111010 | 0 | 111010 | 101000 | 10100 | 101010101 | 110101 | 111000 |
Color Harmonies of #CB557A
Complementary color
Monochromatic Colors of #CB557A
Black with #CB557A
Text Example
Text Example
White with #CB557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB557A; }
p { color: rgb(203,85,122); }
H1.HeaderClassName
{
color: #CB557A;
}
.AnyTagClassName
{
color: #CB557A;
}
</style>
background-color css
<style>
a { background-color: #CB557A; }
a { background-color: rgb(203,85,122); }
div.DivClassName
{
background-color: #CB557A;
}
.BgClassName
{
background-color: #CB557A;
}
</style>
border-color css
<style>
span { border-color: #CB557A; }
span { border-color: rgb(203,85,122); }
td.TdClassName
{
border-color: #CB557A;
}
.TagClassName
{
border-color: #CB557A;
}
</style>