Shades of Cabaret #C35C68
Tints of Cabaret #C35C68
RGB
CMYK
RGB Variations
Color information
#C35C68 (or 0xC35C68) is known color: Cabaret. HEX triplet: C3, 5C and 68. RGB value is (195,92,104). Sum of RGB (Red+Green+Blue) = 195+92+104=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C68 is #3CA397. Grayscale: #7C7C7C. Windows color (decimal): -3974040 or 6839491. OLE color: 6839491.
HSL color Cylindrical-coordinate representation of color #C35C68: hue angle of 353.01º 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 #C35C68 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 104 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.24 |
| HSL | 353.01º | 0.46% | 0.56% | - |
| HSV(B) | 353.01º | 0.53% | 0.76% | - |
| XYZ | 28.83 | 20.26 | 15.49 | - |
| YUV | 124.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 104 | 0 | 0.53 | 0.47 | 0.24 | 353.01 | 0.46 | 0.56 |
| Hex | C3 | 5C | 68 | 0 | 35 | 2F | 18 | 161 | 2E | 38 |
| Octal | 303 | 134 | 150 | 0 | 65 | 57 | 30 | 541 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1101000 | 0 | 110101 | 101111 | 11000 | 101100001 | 101110 | 111000 |
Color Harmonies of #C35C68
Complementary color
Monochromatic Colors of #C35C68
Black with #C35C68
Text Example
Text Example
White with #C35C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C68; }
p { color: rgb(195,92,104); }
H1.HeaderClassName
{
color: #C35C68;
}
.AnyTagClassName
{
color: #C35C68;
}
</style>
background-color css
<style>
a { background-color: #C35C68; }
a { background-color: rgb(195,92,104); }
div.DivClassName
{
background-color: #C35C68;
}
.BgClassName
{
background-color: #C35C68;
}
</style>
border-color css
<style>
span { border-color: #C35C68; }
span { border-color: rgb(195,92,104); }
td.TdClassName
{
border-color: #C35C68;
}
.TagClassName
{
border-color: #C35C68;
}
</style>