Shades of Cabaret #C9557B
Tints of Cabaret #C9557B
RGB
CMYK
RGB Variations
Color information
#C9557B (or 0xC9557B) is known color: Cabaret. HEX triplet: C9, 55 and 7B. RGB value is (201,85,123). Sum of RGB (Red+Green+Blue) = 201+85+123=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557B is #36AA84. Grayscale: #7B7B7B. Windows color (decimal): -3582597 or 8082889. OLE color: 8082889.
HSL color Cylindrical-coordinate representation of color #C9557B: hue angle of 340.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9557B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 123 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.21 |
| HSL | 340.34º | 0.52% | 0.56% | - |
| HSV(B) | 340.34º | 0.58% | 0.79% | - |
| XYZ | 30.91 | 20.34 | 21.04 | - |
| YUV | 124.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 123 | 0 | 0.58 | 0.39 | 0.21 | 340.34 | 0.52 | 0.56 |
| Hex | C9 | 55 | 7B | 0 | 3A | 27 | 15 | 154 | 34 | 38 |
| Octal | 311 | 125 | 173 | 0 | 72 | 47 | 25 | 524 | 64 | 70 |
| Binary | 11001001 | 1010101 | 1111011 | 0 | 111010 | 100111 | 10101 | 101010100 | 110100 | 111000 |
Color Harmonies of #C9557B
Complementary color
Monochromatic Colors of #C9557B
Black with #C9557B
Text Example
Text Example
White with #C9557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9557B; }
p { color: rgb(201,85,123); }
H1.HeaderClassName
{
color: #C9557B;
}
.AnyTagClassName
{
color: #C9557B;
}
</style>
background-color css
<style>
a { background-color: #C9557B; }
a { background-color: rgb(201,85,123); }
div.DivClassName
{
background-color: #C9557B;
}
.BgClassName
{
background-color: #C9557B;
}
</style>
border-color css
<style>
span { border-color: #C9557B; }
span { border-color: rgb(201,85,123); }
td.TdClassName
{
border-color: #C9557B;
}
.TagClassName
{
border-color: #C9557B;
}
</style>