Shades of Cabaret #C35866
Tints of Cabaret #C35866
RGB
CMYK
RGB Variations
Color information
#C35866 (or 0xC35866) is known color: Cabaret. HEX triplet: C3, 58 and 66. RGB value is (195,88,102). Sum of RGB (Red+Green+Blue) = 195+88+102=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C35866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35866 is #3CA799. Grayscale: #797979. Windows color (decimal): -3975066 or 6707395. OLE color: 6707395.
HSL color Cylindrical-coordinate representation of color #C35866: hue angle of 352.15º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35866 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 102 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.24 |
| HSL | 352.15º | 0.47% | 0.55% | - |
| HSV(B) | 352.15º | 0.55% | 0.76% | - |
| XYZ | 28.39 | 19.54 | 14.85 | - |
| YUV | 121.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 102 | 0 | 0.55 | 0.48 | 0.24 | 352.15 | 0.47 | 0.55 |
| Hex | C3 | 58 | 66 | 0 | 37 | 30 | 18 | 160 | 2F | 37 |
| Octal | 303 | 130 | 146 | 0 | 67 | 60 | 30 | 540 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1100110 | 0 | 110111 | 110000 | 11000 | 101100000 | 101111 | 110111 |
Color Harmonies of #C35866
Complementary color
Monochromatic Colors of #C35866
Black with #C35866
Text Example
Text Example
White with #C35866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35866; }
p { color: rgb(195,88,102); }
H1.HeaderClassName
{
color: #C35866;
}
.AnyTagClassName
{
color: #C35866;
}
</style>
background-color css
<style>
a { background-color: #C35866; }
a { background-color: rgb(195,88,102); }
div.DivClassName
{
background-color: #C35866;
}
.BgClassName
{
background-color: #C35866;
}
</style>
border-color css
<style>
span { border-color: #C35866; }
span { border-color: rgb(195,88,102); }
td.TdClassName
{
border-color: #C35866;
}
.TagClassName
{
border-color: #C35866;
}
</style>