Shades of Cabaret #C36576
Tints of Cabaret #C36576
RGB
CMYK
RGB Variations
Color information
#C36576 (or 0xC36576) is known color: Cabaret. HEX triplet: C3, 65 and 76. RGB value is (195,101,118). Sum of RGB (Red+Green+Blue) = 195+101+118=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C36576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36576 is #3C9A89. Grayscale: #838383. Windows color (decimal): -3971722 or 7759299. OLE color: 7759299.
HSL color Cylindrical-coordinate representation of color #C36576: hue angle of 349.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36576 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 118 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.24 |
| HSL | 349.15º | 0.44% | 0.58% | - |
| HSV(B) | 349.15º | 0.48% | 0.76% | - |
| XYZ | 30.43 | 22.22 | 19.82 | - |
| YUV | 131.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 118 | 0 | 0.48 | 0.39 | 0.24 | 349.15 | 0.44 | 0.58 |
| Hex | C3 | 65 | 76 | 0 | 30 | 27 | 18 | 15D | 2C | 3A |
| Octal | 303 | 145 | 166 | 0 | 60 | 47 | 30 | 535 | 54 | 72 |
| Binary | 11000011 | 1100101 | 1110110 | 0 | 110000 | 100111 | 11000 | 101011101 | 101100 | 111010 |
Color Harmonies of #C36576
Complementary color
Monochromatic Colors of #C36576
Black with #C36576
Text Example
Text Example
White with #C36576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36576; }
p { color: rgb(195,101,118); }
H1.HeaderClassName
{
color: #C36576;
}
.AnyTagClassName
{
color: #C36576;
}
</style>
background-color css
<style>
a { background-color: #C36576; }
a { background-color: rgb(195,101,118); }
div.DivClassName
{
background-color: #C36576;
}
.BgClassName
{
background-color: #C36576;
}
</style>
border-color css
<style>
span { border-color: #C36576; }
span { border-color: rgb(195,101,118); }
td.TdClassName
{
border-color: #C36576;
}
.TagClassName
{
border-color: #C36576;
}
</style>