Shades of Cabaret #C35A7A
Tints of Cabaret #C35A7A
RGB
CMYK
RGB Variations
Color information
#C35A7A (or 0xC35A7A) is known color: Cabaret. HEX triplet: C3, 5A and 7A. RGB value is (195,90,122). Sum of RGB (Red+Green+Blue) = 195+90+122=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A7A is #3CA585. Grayscale: #7D7D7D. Windows color (decimal): -3974534 or 8018627. OLE color: 8018627.
HSL color Cylindrical-coordinate representation of color #C35A7A: hue angle of 341.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A7A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 122 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.24 |
| HSL | 341.71º | 0.47% | 0.56% | - |
| HSV(B) | 341.71º | 0.54% | 0.76% | - |
| XYZ | 29.67 | 20.32 | 20.77 | - |
| YUV | 125.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 122 | 0 | 0.54 | 0.37 | 0.24 | 341.71 | 0.47 | 0.56 |
| Hex | C3 | 5A | 7A | 0 | 36 | 25 | 18 | 156 | 2F | 38 |
| Octal | 303 | 132 | 172 | 0 | 66 | 45 | 30 | 526 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1111010 | 0 | 110110 | 100101 | 11000 | 101010110 | 101111 | 111000 |
Color Harmonies of #C35A7A
Complementary color
Monochromatic Colors of #C35A7A
Black with #C35A7A
Text Example
Text Example
White with #C35A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A7A; }
p { color: rgb(195,90,122); }
H1.HeaderClassName
{
color: #C35A7A;
}
.AnyTagClassName
{
color: #C35A7A;
}
</style>
background-color css
<style>
a { background-color: #C35A7A; }
a { background-color: rgb(195,90,122); }
div.DivClassName
{
background-color: #C35A7A;
}
.BgClassName
{
background-color: #C35A7A;
}
</style>
border-color css
<style>
span { border-color: #C35A7A; }
span { border-color: rgb(195,90,122); }
td.TdClassName
{
border-color: #C35A7A;
}
.TagClassName
{
border-color: #C35A7A;
}
</style>