Shades of Cabaret #C35C70
Tints of Cabaret #C35C70
RGB
CMYK
RGB Variations
Color information
#C35C70 (or 0xC35C70) is known color: Cabaret. HEX triplet: C3, 5C and 70. RGB value is (195,92,112). Sum of RGB (Red+Green+Blue) = 195+92+112=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C70 is #3CA38F. Grayscale: #7D7D7D. Windows color (decimal): -3974032 or 7363779. OLE color: 7363779.
HSL color Cylindrical-coordinate representation of color #C35C70: hue angle of 348.35º 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 #C35C70 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 112 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.24 |
| HSL | 348.35º | 0.46% | 0.56% | - |
| HSV(B) | 348.35º | 0.53% | 0.76% | - |
| XYZ | 29.26 | 20.43 | 17.73 | - |
| YUV | 125.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 112 | 0 | 0.53 | 0.43 | 0.24 | 348.35 | 0.46 | 0.56 |
| Hex | C3 | 5C | 70 | 0 | 35 | 2B | 18 | 15C | 2E | 38 |
| Octal | 303 | 134 | 160 | 0 | 65 | 53 | 30 | 534 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1110000 | 0 | 110101 | 101011 | 11000 | 101011100 | 101110 | 111000 |
Color Harmonies of #C35C70
Complementary color
Monochromatic Colors of #C35C70
Black with #C35C70
Text Example
Text Example
White with #C35C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C70; }
p { color: rgb(195,92,112); }
H1.HeaderClassName
{
color: #C35C70;
}
.AnyTagClassName
{
color: #C35C70;
}
</style>
background-color css
<style>
a { background-color: #C35C70; }
a { background-color: rgb(195,92,112); }
div.DivClassName
{
background-color: #C35C70;
}
.BgClassName
{
background-color: #C35C70;
}
</style>
border-color css
<style>
span { border-color: #C35C70; }
span { border-color: rgb(195,92,112); }
td.TdClassName
{
border-color: #C35C70;
}
.TagClassName
{
border-color: #C35C70;
}
</style>