Shades of Cabaret #C55274
Tints of Cabaret #C55274
RGB
CMYK
RGB Variations
Color information
#C55274 (or 0xC55274) is known color: Cabaret. HEX triplet: C5, 52 and 74. RGB value is (197,82,116). Sum of RGB (Red+Green+Blue) = 197+82+116=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C55274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55274 is #3AAD8B. Grayscale: #787878. Windows color (decimal): -3845516 or 7623365. OLE color: 7623365.
HSL color Cylindrical-coordinate representation of color #C55274: hue angle of 342.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55274 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 116 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.23 |
| HSL | 342.26º | 0.5% | 0.55% | - |
| HSV(B) | 342.26º | 0.58% | 0.77% | - |
| XYZ | 29.2 | 19.17 | 18.68 | - |
| YUV | 120.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 116 | 0 | 0.58 | 0.41 | 0.23 | 342.26 | 0.5 | 0.55 |
| Hex | C5 | 52 | 74 | 0 | 3A | 29 | 17 | 156 | 32 | 37 |
| Octal | 305 | 122 | 164 | 0 | 72 | 51 | 27 | 526 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1110100 | 0 | 111010 | 101001 | 10111 | 101010110 | 110010 | 110111 |
Color Harmonies of #C55274
Complementary color
Monochromatic Colors of #C55274
Black with #C55274
Text Example
Text Example
White with #C55274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55274; }
p { color: rgb(197,82,116); }
H1.HeaderClassName
{
color: #C55274;
}
.AnyTagClassName
{
color: #C55274;
}
</style>
background-color css
<style>
a { background-color: #C55274; }
a { background-color: rgb(197,82,116); }
div.DivClassName
{
background-color: #C55274;
}
.BgClassName
{
background-color: #C55274;
}
</style>
border-color css
<style>
span { border-color: #C55274; }
span { border-color: rgb(197,82,116); }
td.TdClassName
{
border-color: #C55274;
}
.TagClassName
{
border-color: #C55274;
}
</style>