Shades of Cabaret #C36A6E
Tints of Cabaret #C36A6E
RGB
CMYK
RGB Variations
Color information
#C36A6E (or 0xC36A6E) is known color: Cabaret. HEX triplet: C3, 6A and 6E. RGB value is (195,106,110). Sum of RGB (Red+Green+Blue) = 195+106+110=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A6E is #3C9591. Grayscale: #858585. Windows color (decimal): -3970450 or 7236291. OLE color: 7236291.
HSL color Cylindrical-coordinate representation of color #C36A6E: hue angle of 357.3º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A6E is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 110 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.24 |
| HSL | 357.3º | 0.43% | 0.59% | - |
| HSV(B) | 357.3º | 0.46% | 0.76% | - |
| XYZ | 30.47 | 23.04 | 17.59 | - |
| YUV | 133.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 110 | 0 | 0.46 | 0.44 | 0.24 | 357.3 | 0.43 | 0.59 |
| Hex | C3 | 6A | 6E | 0 | 2E | 2C | 18 | 165 | 2B | 3B |
| Octal | 303 | 152 | 156 | 0 | 56 | 54 | 30 | 545 | 53 | 73 |
| Binary | 11000011 | 1101010 | 1101110 | 0 | 101110 | 101100 | 11000 | 101100101 | 101011 | 111011 |
Color Harmonies of #C36A6E
Complementary color
Monochromatic Colors of #C36A6E
Black with #C36A6E
Text Example
Text Example
White with #C36A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A6E; }
p { color: rgb(195,106,110); }
H1.HeaderClassName
{
color: #C36A6E;
}
.AnyTagClassName
{
color: #C36A6E;
}
</style>
background-color css
<style>
a { background-color: #C36A6E; }
a { background-color: rgb(195,106,110); }
div.DivClassName
{
background-color: #C36A6E;
}
.BgClassName
{
background-color: #C36A6E;
}
</style>
border-color css
<style>
span { border-color: #C36A6E; }
span { border-color: rgb(195,106,110); }
td.TdClassName
{
border-color: #C36A6E;
}
.TagClassName
{
border-color: #C36A6E;
}
</style>