Shades of Cabaret #C35A6A
Tints of Cabaret #C35A6A
RGB
CMYK
RGB Variations
Color information
#C35A6A (or 0xC35A6A) is known color: Cabaret. HEX triplet: C3, 5A and 6A. RGB value is (195,90,106). Sum of RGB (Red+Green+Blue) = 195+90+106=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A6A is #3CA595. Grayscale: #7B7B7B. Windows color (decimal): -3974550 or 6970051. OLE color: 6970051.
HSL color Cylindrical-coordinate representation of color #C35A6A: hue angle of 350.86º 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 #C35A6A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 106 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.24 |
| HSL | 350.86º | 0.47% | 0.56% | - |
| HSV(B) | 350.86º | 0.54% | 0.76% | - |
| XYZ | 28.76 | 19.96 | 15.97 | - |
| YUV | 123.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 106 | 0 | 0.54 | 0.46 | 0.24 | 350.86 | 0.47 | 0.56 |
| Hex | C3 | 5A | 6A | 0 | 36 | 2E | 18 | 15F | 2F | 38 |
| Octal | 303 | 132 | 152 | 0 | 66 | 56 | 30 | 537 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1101010 | 0 | 110110 | 101110 | 11000 | 101011111 | 101111 | 111000 |
Color Harmonies of #C35A6A
Complementary color
Monochromatic Colors of #C35A6A
Black with #C35A6A
Text Example
Text Example
White with #C35A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A6A; }
p { color: rgb(195,90,106); }
H1.HeaderClassName
{
color: #C35A6A;
}
.AnyTagClassName
{
color: #C35A6A;
}
</style>
background-color css
<style>
a { background-color: #C35A6A; }
a { background-color: rgb(195,90,106); }
div.DivClassName
{
background-color: #C35A6A;
}
.BgClassName
{
background-color: #C35A6A;
}
</style>
border-color css
<style>
span { border-color: #C35A6A; }
span { border-color: rgb(195,90,106); }
td.TdClassName
{
border-color: #C35A6A;
}
.TagClassName
{
border-color: #C35A6A;
}
</style>