Shades of Cabaret #C55167
Tints of Cabaret #C55167
RGB
CMYK
RGB Variations
Color information
#C55167 (or 0xC55167) is known color: Cabaret. HEX triplet: C5, 51 and 67. RGB value is (197,81,103). Sum of RGB (Red+Green+Blue) = 197+81+103=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55167 is #3AAE98. Grayscale: #767676. Windows color (decimal): -3845785 or 6771141. OLE color: 6771141.
HSL color Cylindrical-coordinate representation of color #C55167: hue angle of 348.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55167 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 103 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.23 |
| HSL | 348.62º | 0.5% | 0.55% | - |
| HSV(B) | 348.62º | 0.59% | 0.77% | - |
| XYZ | 28.42 | 18.73 | 14.95 | - |
| YUV | 118.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 103 | 0 | 0.59 | 0.48 | 0.23 | 348.62 | 0.5 | 0.55 |
| Hex | C5 | 51 | 67 | 0 | 3B | 30 | 17 | 15D | 32 | 37 |
| Octal | 305 | 121 | 147 | 0 | 73 | 60 | 27 | 535 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1100111 | 0 | 111011 | 110000 | 10111 | 101011101 | 110010 | 110111 |
Color Harmonies of #C55167
Complementary color
Monochromatic Colors of #C55167
Black with #C55167
Text Example
Text Example
White with #C55167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55167; }
p { color: rgb(197,81,103); }
H1.HeaderClassName
{
color: #C55167;
}
.AnyTagClassName
{
color: #C55167;
}
</style>
background-color css
<style>
a { background-color: #C55167; }
a { background-color: rgb(197,81,103); }
div.DivClassName
{
background-color: #C55167;
}
.BgClassName
{
background-color: #C55167;
}
</style>
border-color css
<style>
span { border-color: #C55167; }
span { border-color: rgb(197,81,103); }
td.TdClassName
{
border-color: #C55167;
}
.TagClassName
{
border-color: #C55167;
}
</style>