Shades of Cabaret #C35C71
Tints of Cabaret #C35C71
RGB
CMYK
RGB Variations
Color information
#C35C71 (or 0xC35C71) is known color: Cabaret. HEX triplet: C3, 5C and 71. RGB value is (195,92,113). Sum of RGB (Red+Green+Blue) = 195+92+113=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C71 is #3CA38E. Grayscale: #7D7D7D. Windows color (decimal): -3974031 or 7429315. OLE color: 7429315.
HSL color Cylindrical-coordinate representation of color #C35C71: hue angle of 347.77º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C71 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 113 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.24 |
| HSL | 347.77º | 0.46% | 0.56% | - |
| HSV(B) | 347.77º | 0.53% | 0.76% | - |
| XYZ | 29.31 | 20.45 | 18.02 | - |
| YUV | 125.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 113 | 0 | 0.53 | 0.42 | 0.24 | 347.77 | 0.46 | 0.56 |
| Hex | C3 | 5C | 71 | 0 | 35 | 2A | 18 | 15C | 2E | 38 |
| Octal | 303 | 134 | 161 | 0 | 65 | 52 | 30 | 534 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1110001 | 0 | 110101 | 101010 | 11000 | 101011100 | 101110 | 111000 |
Color Harmonies of #C35C71
Complementary color
Monochromatic Colors of #C35C71
Black with #C35C71
Text Example
Text Example
White with #C35C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C71; }
p { color: rgb(195,92,113); }
H1.HeaderClassName
{
color: #C35C71;
}
.AnyTagClassName
{
color: #C35C71;
}
</style>
background-color css
<style>
a { background-color: #C35C71; }
a { background-color: rgb(195,92,113); }
div.DivClassName
{
background-color: #C35C71;
}
.BgClassName
{
background-color: #C35C71;
}
</style>
border-color css
<style>
span { border-color: #C35C71; }
span { border-color: rgb(195,92,113); }
td.TdClassName
{
border-color: #C35C71;
}
.TagClassName
{
border-color: #C35C71;
}
</style>