Shades of Cabaret #C35975
Tints of Cabaret #C35975
RGB
CMYK
RGB Variations
Color information
#C35975 (or 0xC35975) is known color: Cabaret. HEX triplet: C3, 59 and 75. RGB value is (195,89,117). Sum of RGB (Red+Green+Blue) = 195+89+117=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C35975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35975 is #3CA68A. Grayscale: #7B7B7B. Windows color (decimal): -3974795 or 7690691. OLE color: 7690691.
HSL color Cylindrical-coordinate representation of color #C35975: hue angle of 344.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35975 is Cyan = 0, Magento = 0.54, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 117 | - |
| CMYK | 0 | 0.54 | 0.4 | 0.24 |
| HSL | 344.15º | 0.47% | 0.56% | - |
| HSV(B) | 344.15º | 0.54% | 0.76% | - |
| XYZ | 29.29 | 20.03 | 19.15 | - |
| YUV | 123.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 117 | 0 | 0.54 | 0.4 | 0.24 | 344.15 | 0.47 | 0.56 |
| Hex | C3 | 59 | 75 | 0 | 36 | 28 | 18 | 158 | 2F | 38 |
| Octal | 303 | 131 | 165 | 0 | 66 | 50 | 30 | 530 | 57 | 70 |
| Binary | 11000011 | 1011001 | 1110101 | 0 | 110110 | 101000 | 11000 | 101011000 | 101111 | 111000 |
Color Harmonies of #C35975
Complementary color
Monochromatic Colors of #C35975
Black with #C35975
Text Example
Text Example
White with #C35975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35975; }
p { color: rgb(195,89,117); }
H1.HeaderClassName
{
color: #C35975;
}
.AnyTagClassName
{
color: #C35975;
}
</style>
background-color css
<style>
a { background-color: #C35975; }
a { background-color: rgb(195,89,117); }
div.DivClassName
{
background-color: #C35975;
}
.BgClassName
{
background-color: #C35975;
}
</style>
border-color css
<style>
span { border-color: #C35975; }
span { border-color: rgb(195,89,117); }
td.TdClassName
{
border-color: #C35975;
}
.TagClassName
{
border-color: #C35975;
}
</style>