Shades of Cabaret #C35972
Tints of Cabaret #C35972
RGB
CMYK
RGB Variations
Color information
#C35972 (or 0xC35972) is known color: Cabaret. HEX triplet: C3, 59 and 72. RGB value is (195,89,114). Sum of RGB (Red+Green+Blue) = 195+89+114=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35972 is #3CA68D. Grayscale: #7B7B7B. Windows color (decimal): -3974798 or 7494083. OLE color: 7494083.
HSL color Cylindrical-coordinate representation of color #C35972: hue angle of 345.85º 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 #C35972 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 114 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.24 |
| HSL | 345.85º | 0.47% | 0.56% | - |
| HSV(B) | 345.85º | 0.54% | 0.76% | - |
| XYZ | 29.12 | 19.96 | 18.24 | - |
| YUV | 123.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 114 | 0 | 0.54 | 0.42 | 0.24 | 345.85 | 0.47 | 0.56 |
| Hex | C3 | 59 | 72 | 0 | 36 | 2A | 18 | 15A | 2F | 38 |
| Octal | 303 | 131 | 162 | 0 | 66 | 52 | 30 | 532 | 57 | 70 |
| Binary | 11000011 | 1011001 | 1110010 | 0 | 110110 | 101010 | 11000 | 101011010 | 101111 | 111000 |
Color Harmonies of #C35972
Complementary color
Monochromatic Colors of #C35972
Black with #C35972
Text Example
Text Example
White with #C35972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35972; }
p { color: rgb(195,89,114); }
H1.HeaderClassName
{
color: #C35972;
}
.AnyTagClassName
{
color: #C35972;
}
</style>
background-color css
<style>
a { background-color: #C35972; }
a { background-color: rgb(195,89,114); }
div.DivClassName
{
background-color: #C35972;
}
.BgClassName
{
background-color: #C35972;
}
</style>
border-color css
<style>
span { border-color: #C35972; }
span { border-color: rgb(195,89,114); }
td.TdClassName
{
border-color: #C35972;
}
.TagClassName
{
border-color: #C35972;
}
</style>