Shades of Cabaret #C35168
Tints of Cabaret #C35168
RGB
CMYK
RGB Variations
Color information
#C35168 (or 0xC35168) is known color: Cabaret. HEX triplet: C3, 51 and 68. RGB value is (195,81,104). Sum of RGB (Red+Green+Blue) = 195+81+104=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35168 is #3CAE97. Grayscale: #757575. Windows color (decimal): -3976856 or 6836675. OLE color: 6836675.
HSL color Cylindrical-coordinate representation of color #C35168: hue angle of 347.89º 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 #C35168 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 104 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.24 |
| HSL | 347.89º | 0.49% | 0.54% | - |
| HSV(B) | 347.89º | 0.58% | 0.76% | - |
| XYZ | 27.95 | 18.49 | 15.19 | - |
| YUV | 117.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 104 | 0 | 0.58 | 0.47 | 0.24 | 347.89 | 0.49 | 0.54 |
| Hex | C3 | 51 | 68 | 0 | 3A | 2F | 18 | 15C | 31 | 36 |
| Octal | 303 | 121 | 150 | 0 | 72 | 57 | 30 | 534 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1101000 | 0 | 111010 | 101111 | 11000 | 101011100 | 110001 | 110110 |
Color Harmonies of #C35168
Complementary color
Monochromatic Colors of #C35168
Black with #C35168
Text Example
Text Example
White with #C35168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35168; }
p { color: rgb(195,81,104); }
H1.HeaderClassName
{
color: #C35168;
}
.AnyTagClassName
{
color: #C35168;
}
</style>
background-color css
<style>
a { background-color: #C35168; }
a { background-color: rgb(195,81,104); }
div.DivClassName
{
background-color: #C35168;
}
.BgClassName
{
background-color: #C35168;
}
</style>
border-color css
<style>
span { border-color: #C35168; }
span { border-color: rgb(195,81,104); }
td.TdClassName
{
border-color: #C35168;
}
.TagClassName
{
border-color: #C35168;
}
</style>