Shades of Cabaret #C35771
Tints of Cabaret #C35771
RGB
CMYK
RGB Variations
Color information
#C35771 (or 0xC35771) is known color: Cabaret. HEX triplet: C3, 57 and 71. RGB value is (195,87,113). Sum of RGB (Red+Green+Blue) = 195+87+113=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35771 is #3CA88E. Grayscale: #7A7A7A. Windows color (decimal): -3975311 or 7428035. OLE color: 7428035.
HSL color Cylindrical-coordinate representation of color #C35771: hue angle of 345.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35771 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 113 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.24 |
| HSL | 345.56º | 0.47% | 0.55% | - |
| HSV(B) | 345.56º | 0.55% | 0.76% | - |
| XYZ | 28.89 | 19.61 | 17.89 | - |
| YUV | 122.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 113 | 0 | 0.55 | 0.42 | 0.24 | 345.56 | 0.47 | 0.55 |
| Hex | C3 | 57 | 71 | 0 | 37 | 2A | 18 | 15A | 2F | 37 |
| Octal | 303 | 127 | 161 | 0 | 67 | 52 | 30 | 532 | 57 | 67 |
| Binary | 11000011 | 1010111 | 1110001 | 0 | 110111 | 101010 | 11000 | 101011010 | 101111 | 110111 |
Color Harmonies of #C35771
Complementary color
Monochromatic Colors of #C35771
Black with #C35771
Text Example
Text Example
White with #C35771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35771; }
p { color: rgb(195,87,113); }
H1.HeaderClassName
{
color: #C35771;
}
.AnyTagClassName
{
color: #C35771;
}
</style>
background-color css
<style>
a { background-color: #C35771; }
a { background-color: rgb(195,87,113); }
div.DivClassName
{
background-color: #C35771;
}
.BgClassName
{
background-color: #C35771;
}
</style>
border-color css
<style>
span { border-color: #C35771; }
span { border-color: rgb(195,87,113); }
td.TdClassName
{
border-color: #C35771;
}
.TagClassName
{
border-color: #C35771;
}
</style>