Shades of Cabaret #C35D7A
Tints of Cabaret #C35D7A
RGB
CMYK
RGB Variations
Color information
#C35D7A (or 0xC35D7A) is known color: Cabaret. HEX triplet: C3, 5D and 7A. RGB value is (195,93,122). Sum of RGB (Red+Green+Blue) = 195+93+122=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D7A is #3CA285. Grayscale: #7E7E7E. Windows color (decimal): -3973766 or 8019395. OLE color: 8019395.
HSL color Cylindrical-coordinate representation of color #C35D7A: hue angle of 342.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D7A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 122 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.24 |
| HSL | 342.94º | 0.46% | 0.56% | - |
| HSV(B) | 342.94º | 0.52% | 0.76% | - |
| XYZ | 29.93 | 20.84 | 20.86 | - |
| YUV | 126.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 122 | 0 | 0.52 | 0.37 | 0.24 | 342.94 | 0.46 | 0.56 |
| Hex | C3 | 5D | 7A | 0 | 34 | 25 | 18 | 157 | 2E | 38 |
| Octal | 303 | 135 | 172 | 0 | 64 | 45 | 30 | 527 | 56 | 70 |
| Binary | 11000011 | 1011101 | 1111010 | 0 | 110100 | 100101 | 11000 | 101010111 | 101110 | 111000 |
Color Harmonies of #C35D7A
Complementary color
Monochromatic Colors of #C35D7A
Black with #C35D7A
Text Example
Text Example
White with #C35D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D7A; }
p { color: rgb(195,93,122); }
H1.HeaderClassName
{
color: #C35D7A;
}
.AnyTagClassName
{
color: #C35D7A;
}
</style>
background-color css
<style>
a { background-color: #C35D7A; }
a { background-color: rgb(195,93,122); }
div.DivClassName
{
background-color: #C35D7A;
}
.BgClassName
{
background-color: #C35D7A;
}
</style>
border-color css
<style>
span { border-color: #C35D7A; }
span { border-color: rgb(195,93,122); }
td.TdClassName
{
border-color: #C35D7A;
}
.TagClassName
{
border-color: #C35D7A;
}
</style>