Shades of Cabaret #C35E6F
Tints of Cabaret #C35E6F
RGB
CMYK
RGB Variations
Color information
#C35E6F (or 0xC35E6F) is known color: Cabaret. HEX triplet: C3, 5E and 6F. RGB value is (195,94,111). Sum of RGB (Red+Green+Blue) = 195+94+111=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E6F is #3CA190. Grayscale: #7E7E7E. Windows color (decimal): -3973521 or 7298755. OLE color: 7298755.
HSL color Cylindrical-coordinate representation of color #C35E6F: hue angle of 349.9º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35E6F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 111 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.24 |
| HSL | 349.9º | 0.46% | 0.57% | - |
| HSV(B) | 349.9º | 0.52% | 0.76% | - |
| XYZ | 29.38 | 20.76 | 17.5 | - |
| YUV | 126.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 111 | 0 | 0.52 | 0.43 | 0.24 | 349.9 | 0.46 | 0.57 |
| Hex | C3 | 5E | 6F | 0 | 34 | 2B | 18 | 15E | 2E | 39 |
| Octal | 303 | 136 | 157 | 0 | 64 | 53 | 30 | 536 | 56 | 71 |
| Binary | 11000011 | 1011110 | 1101111 | 0 | 110100 | 101011 | 11000 | 101011110 | 101110 | 111001 |
Color Harmonies of #C35E6F
Complementary color
Monochromatic Colors of #C35E6F
Black with #C35E6F
Text Example
Text Example
White with #C35E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E6F; }
p { color: rgb(195,94,111); }
H1.HeaderClassName
{
color: #C35E6F;
}
.AnyTagClassName
{
color: #C35E6F;
}
</style>
background-color css
<style>
a { background-color: #C35E6F; }
a { background-color: rgb(195,94,111); }
div.DivClassName
{
background-color: #C35E6F;
}
.BgClassName
{
background-color: #C35E6F;
}
</style>
border-color css
<style>
span { border-color: #C35E6F; }
span { border-color: rgb(195,94,111); }
td.TdClassName
{
border-color: #C35E6F;
}
.TagClassName
{
border-color: #C35E6F;
}
</style>