Shades of Cabaret #C55774
Tints of Cabaret #C55774
RGB
CMYK
RGB Variations
Color information
#C55774 (or 0xC55774) is known color: Cabaret. HEX triplet: C5, 57 and 74. RGB value is (197,87,116). Sum of RGB (Red+Green+Blue) = 197+87+116=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55774 is #3AA88B. Grayscale: #7B7B7B. Windows color (decimal): -3844236 or 7624645. OLE color: 7624645.
HSL color Cylindrical-coordinate representation of color #C55774: hue angle of 344.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55774 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 116 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.23 |
| HSL | 344.18º | 0.49% | 0.56% | - |
| HSV(B) | 344.18º | 0.56% | 0.77% | - |
| XYZ | 29.59 | 19.95 | 18.81 | - |
| YUV | 123.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 116 | 0 | 0.56 | 0.41 | 0.23 | 344.18 | 0.49 | 0.56 |
| Hex | C5 | 57 | 74 | 0 | 38 | 29 | 17 | 158 | 31 | 38 |
| Octal | 305 | 127 | 164 | 0 | 70 | 51 | 27 | 530 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1110100 | 0 | 111000 | 101001 | 10111 | 101011000 | 110001 | 111000 |
Color Harmonies of #C55774
Complementary color
Monochromatic Colors of #C55774
Black with #C55774
Text Example
Text Example
White with #C55774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55774; }
p { color: rgb(197,87,116); }
H1.HeaderClassName
{
color: #C55774;
}
.AnyTagClassName
{
color: #C55774;
}
</style>
background-color css
<style>
a { background-color: #C55774; }
a { background-color: rgb(197,87,116); }
div.DivClassName
{
background-color: #C55774;
}
.BgClassName
{
background-color: #C55774;
}
</style>
border-color css
<style>
span { border-color: #C55774; }
span { border-color: rgb(197,87,116); }
td.TdClassName
{
border-color: #C55774;
}
.TagClassName
{
border-color: #C55774;
}
</style>