Shades of Cabaret #C55374
Tints of Cabaret #C55374
RGB
CMYK
RGB Variations
Color information
#C55374 (or 0xC55374) is known color: Cabaret. HEX triplet: C5, 53 and 74. RGB value is (197,83,116). Sum of RGB (Red+Green+Blue) = 197+83+116=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55374 is #3AAC8B. Grayscale: #787878. Windows color (decimal): -3845260 or 7623621. OLE color: 7623621.
HSL color Cylindrical-coordinate representation of color #C55374: hue angle of 342.63º 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 #C55374 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 116 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.23 |
| HSL | 342.63º | 0.5% | 0.55% | - |
| HSV(B) | 342.63º | 0.58% | 0.77% | - |
| XYZ | 29.27 | 19.32 | 18.71 | - |
| YUV | 120.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 116 | 0 | 0.58 | 0.41 | 0.23 | 342.63 | 0.5 | 0.55 |
| Hex | C5 | 53 | 74 | 0 | 3A | 29 | 17 | 157 | 32 | 37 |
| Octal | 305 | 123 | 164 | 0 | 72 | 51 | 27 | 527 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1110100 | 0 | 111010 | 101001 | 10111 | 101010111 | 110010 | 110111 |
Color Harmonies of #C55374
Complementary color
Monochromatic Colors of #C55374
Black with #C55374
Text Example
Text Example
White with #C55374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55374; }
p { color: rgb(197,83,116); }
H1.HeaderClassName
{
color: #C55374;
}
.AnyTagClassName
{
color: #C55374;
}
</style>
background-color css
<style>
a { background-color: #C55374; }
a { background-color: rgb(197,83,116); }
div.DivClassName
{
background-color: #C55374;
}
.BgClassName
{
background-color: #C55374;
}
</style>
border-color css
<style>
span { border-color: #C55374; }
span { border-color: rgb(197,83,116); }
td.TdClassName
{
border-color: #C55374;
}
.TagClassName
{
border-color: #C55374;
}
</style>