Shades of Cabaret #C55175
Tints of Cabaret #C55175
RGB
CMYK
RGB Variations
Color information
#C55175 (or 0xC55175) is known color: Cabaret. HEX triplet: C5, 51 and 75. RGB value is (197,81,117). Sum of RGB (Red+Green+Blue) = 197+81+117=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C55175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55175 is #3AAE8A. Grayscale: #777777. Windows color (decimal): -3845771 or 7688645. OLE color: 7688645.
HSL color Cylindrical-coordinate representation of color #C55175: hue angle of 341.38º 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 #C55175 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 117 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.23 |
| HSL | 341.38º | 0.5% | 0.55% | - |
| HSV(B) | 341.38º | 0.59% | 0.77% | - |
| XYZ | 29.18 | 19.04 | 18.97 | - |
| YUV | 119.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 117 | 0 | 0.59 | 0.41 | 0.23 | 341.38 | 0.5 | 0.55 |
| Hex | C5 | 51 | 75 | 0 | 3B | 29 | 17 | 155 | 32 | 37 |
| Octal | 305 | 121 | 165 | 0 | 73 | 51 | 27 | 525 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1110101 | 0 | 111011 | 101001 | 10111 | 101010101 | 110010 | 110111 |
Color Harmonies of #C55175
Complementary color
Monochromatic Colors of #C55175
Black with #C55175
Text Example
Text Example
White with #C55175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55175; }
p { color: rgb(197,81,117); }
H1.HeaderClassName
{
color: #C55175;
}
.AnyTagClassName
{
color: #C55175;
}
</style>
background-color css
<style>
a { background-color: #C55175; }
a { background-color: rgb(197,81,117); }
div.DivClassName
{
background-color: #C55175;
}
.BgClassName
{
background-color: #C55175;
}
</style>
border-color css
<style>
span { border-color: #C55175; }
span { border-color: rgb(197,81,117); }
td.TdClassName
{
border-color: #C55175;
}
.TagClassName
{
border-color: #C55175;
}
</style>