Shades of Cabaret #C35166
Tints of Cabaret #C35166
RGB
CMYK
RGB Variations
Color information
#C35166 (or 0xC35166) is known color: Cabaret. HEX triplet: C3, 51 and 66. RGB value is (195,81,102). Sum of RGB (Red+Green+Blue) = 195+81+102=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35166 is #3CAE99. Grayscale: #757575. Windows color (decimal): -3976858 or 6705603. OLE color: 6705603.
HSL color Cylindrical-coordinate representation of color #C35166: hue angle of 348.95º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35166 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 102 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.24 |
| HSL | 348.95º | 0.49% | 0.54% | - |
| HSV(B) | 348.95º | 0.58% | 0.76% | - |
| XYZ | 27.85 | 18.45 | 14.66 | - |
| YUV | 117.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 102 | 0 | 0.58 | 0.48 | 0.24 | 348.95 | 0.49 | 0.54 |
| Hex | C3 | 51 | 66 | 0 | 3A | 30 | 18 | 15D | 31 | 36 |
| Octal | 303 | 121 | 146 | 0 | 72 | 60 | 30 | 535 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1100110 | 0 | 111010 | 110000 | 11000 | 101011101 | 110001 | 110110 |
Color Harmonies of #C35166
Complementary color
Monochromatic Colors of #C35166
Black with #C35166
Text Example
Text Example
White with #C35166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35166; }
p { color: rgb(195,81,102); }
H1.HeaderClassName
{
color: #C35166;
}
.AnyTagClassName
{
color: #C35166;
}
</style>
background-color css
<style>
a { background-color: #C35166; }
a { background-color: rgb(195,81,102); }
div.DivClassName
{
background-color: #C35166;
}
.BgClassName
{
background-color: #C35166;
}
</style>
border-color css
<style>
span { border-color: #C35166; }
span { border-color: rgb(195,81,102); }
td.TdClassName
{
border-color: #C35166;
}
.TagClassName
{
border-color: #C35166;
}
</style>