Shades of Cabaret #C45574
Tints of Cabaret #C45574
RGB
CMYK
RGB Variations
Color information
#C45574 (or 0xC45574) is known color: Cabaret. HEX triplet: C4, 55 and 74. RGB value is (196,85,116). Sum of RGB (Red+Green+Blue) = 196+85+116=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C45574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45574 is #3BAA8B. Grayscale: #797979. Windows color (decimal): -3910284 or 7624132. OLE color: 7624132.
HSL color Cylindrical-coordinate representation of color #C45574: hue angle of 343.24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45574 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 116 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.23 |
| HSL | 343.24º | 0.48% | 0.55% | - |
| HSV(B) | 343.24º | 0.57% | 0.77% | - |
| XYZ | 29.17 | 19.49 | 18.75 | - |
| YUV | 121.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 116 | 0 | 0.57 | 0.41 | 0.23 | 343.24 | 0.48 | 0.55 |
| Hex | C4 | 55 | 74 | 0 | 39 | 29 | 17 | 157 | 30 | 37 |
| Octal | 304 | 125 | 164 | 0 | 71 | 51 | 27 | 527 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1110100 | 0 | 111001 | 101001 | 10111 | 101010111 | 110000 | 110111 |
Color Harmonies of #C45574
Complementary color
Monochromatic Colors of #C45574
Black with #C45574
Text Example
Text Example
White with #C45574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45574; }
p { color: rgb(196,85,116); }
H1.HeaderClassName
{
color: #C45574;
}
.AnyTagClassName
{
color: #C45574;
}
</style>
background-color css
<style>
a { background-color: #C45574; }
a { background-color: rgb(196,85,116); }
div.DivClassName
{
background-color: #C45574;
}
.BgClassName
{
background-color: #C45574;
}
</style>
border-color css
<style>
span { border-color: #C45574; }
span { border-color: rgb(196,85,116); }
td.TdClassName
{
border-color: #C45574;
}
.TagClassName
{
border-color: #C45574;
}
</style>