Shades of Cabaret #C35D6A
Tints of Cabaret #C35D6A
RGB
CMYK
RGB Variations
Color information
#C35D6A (or 0xC35D6A) is known color: Cabaret. HEX triplet: C3, 5D and 6A. RGB value is (195,93,106). Sum of RGB (Red+Green+Blue) = 195+93+106=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D6A is #3CA295. Grayscale: #7D7D7D. Windows color (decimal): -3973782 or 6970819. OLE color: 6970819.
HSL color Cylindrical-coordinate representation of color #C35D6A: hue angle of 352.35º 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 #C35D6A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 106 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.24 |
| HSL | 352.35º | 0.46% | 0.56% | - |
| HSV(B) | 352.35º | 0.52% | 0.76% | - |
| XYZ | 29.02 | 20.47 | 16.06 | - |
| YUV | 124.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 106 | 0 | 0.52 | 0.46 | 0.24 | 352.35 | 0.46 | 0.56 |
| Hex | C3 | 5D | 6A | 0 | 34 | 2E | 18 | 160 | 2E | 38 |
| Octal | 303 | 135 | 152 | 0 | 64 | 56 | 30 | 540 | 56 | 70 |
| Binary | 11000011 | 1011101 | 1101010 | 0 | 110100 | 101110 | 11000 | 101100000 | 101110 | 111000 |
Color Harmonies of #C35D6A
Complementary color
Monochromatic Colors of #C35D6A
Black with #C35D6A
Text Example
Text Example
White with #C35D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D6A; }
p { color: rgb(195,93,106); }
H1.HeaderClassName
{
color: #C35D6A;
}
.AnyTagClassName
{
color: #C35D6A;
}
</style>
background-color css
<style>
a { background-color: #C35D6A; }
a { background-color: rgb(195,93,106); }
div.DivClassName
{
background-color: #C35D6A;
}
.BgClassName
{
background-color: #C35D6A;
}
</style>
border-color css
<style>
span { border-color: #C35D6A; }
span { border-color: rgb(195,93,106); }
td.TdClassName
{
border-color: #C35D6A;
}
.TagClassName
{
border-color: #C35D6A;
}
</style>