Shades of Cabaret #C35575
Tints of Cabaret #C35575
RGB
CMYK
RGB Variations
Color information
#C35575 (or 0xC35575) is known color: Cabaret. HEX triplet: C3, 55 and 75. RGB value is (195,85,117). Sum of RGB (Red+Green+Blue) = 195+85+117=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35575 is #3CAA8A. Grayscale: #797979. Windows color (decimal): -3975819 or 7689667. OLE color: 7689667.
HSL color Cylindrical-coordinate representation of color #C35575: hue angle of 342.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35575 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 117 | - |
| CMYK | 0 | 0.56 | 0.4 | 0.24 |
| HSL | 342.55º | 0.48% | 0.55% | - |
| HSV(B) | 342.55º | 0.56% | 0.76% | - |
| XYZ | 28.97 | 19.38 | 19.04 | - |
| YUV | 121.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 117 | 0 | 0.56 | 0.4 | 0.24 | 342.55 | 0.48 | 0.55 |
| Hex | C3 | 55 | 75 | 0 | 38 | 28 | 18 | 157 | 30 | 37 |
| Octal | 303 | 125 | 165 | 0 | 70 | 50 | 30 | 527 | 60 | 67 |
| Binary | 11000011 | 1010101 | 1110101 | 0 | 111000 | 101000 | 11000 | 101010111 | 110000 | 110111 |
Color Harmonies of #C35575
Complementary color
Monochromatic Colors of #C35575
Black with #C35575
Text Example
Text Example
White with #C35575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35575; }
p { color: rgb(195,85,117); }
H1.HeaderClassName
{
color: #C35575;
}
.AnyTagClassName
{
color: #C35575;
}
</style>
background-color css
<style>
a { background-color: #C35575; }
a { background-color: rgb(195,85,117); }
div.DivClassName
{
background-color: #C35575;
}
.BgClassName
{
background-color: #C35575;
}
</style>
border-color css
<style>
span { border-color: #C35575; }
span { border-color: rgb(195,85,117); }
td.TdClassName
{
border-color: #C35575;
}
.TagClassName
{
border-color: #C35575;
}
</style>