Shades of Cabaret #C35E7D
Tints of Cabaret #C35E7D
RGB
CMYK
RGB Variations
Color information
#C35E7D (or 0xC35E7D) is known color: Cabaret. HEX triplet: C3, 5E and 7D. RGB value is (195,94,125). Sum of RGB (Red+Green+Blue) = 195+94+125=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E7D is #3CA182. Grayscale: #7F7F7F. Windows color (decimal): -3973507 or 8216259. OLE color: 8216259.
HSL color Cylindrical-coordinate representation of color #C35E7D: hue angle of 341.58º 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 #C35E7D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 125 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.24 |
| HSL | 341.58º | 0.46% | 0.57% | - |
| HSV(B) | 341.58º | 0.52% | 0.76% | - |
| XYZ | 30.21 | 21.09 | 21.88 | - |
| YUV | 127.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 125 | 0 | 0.52 | 0.36 | 0.24 | 341.58 | 0.46 | 0.57 |
| Hex | C3 | 5E | 7D | 0 | 34 | 24 | 18 | 156 | 2E | 39 |
| Octal | 303 | 136 | 175 | 0 | 64 | 44 | 30 | 526 | 56 | 71 |
| Binary | 11000011 | 1011110 | 1111101 | 0 | 110100 | 100100 | 11000 | 101010110 | 101110 | 111001 |
Color Harmonies of #C35E7D
Complementary color
Monochromatic Colors of #C35E7D
Black with #C35E7D
Text Example
Text Example
White with #C35E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E7D; }
p { color: rgb(195,94,125); }
H1.HeaderClassName
{
color: #C35E7D;
}
.AnyTagClassName
{
color: #C35E7D;
}
</style>
background-color css
<style>
a { background-color: #C35E7D; }
a { background-color: rgb(195,94,125); }
div.DivClassName
{
background-color: #C35E7D;
}
.BgClassName
{
background-color: #C35E7D;
}
</style>
border-color css
<style>
span { border-color: #C35E7D; }
span { border-color: rgb(195,94,125); }
td.TdClassName
{
border-color: #C35E7D;
}
.TagClassName
{
border-color: #C35E7D;
}
</style>