Shades of Cabaret #C36075
Tints of Cabaret #C36075
RGB
CMYK
RGB Variations
Color information
#C36075 (or 0xC36075) is known color: Cabaret. HEX triplet: C3, 60 and 75. RGB value is (195,96,117). Sum of RGB (Red+Green+Blue) = 195+96+117=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C36075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36075 is #3C9F8A. Grayscale: #808080. Windows color (decimal): -3973003 or 7692483. OLE color: 7692483.
HSL color Cylindrical-coordinate representation of color #C36075: hue angle of 347.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36075 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 117 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.24 |
| HSL | 347.27º | 0.45% | 0.57% | - |
| HSV(B) | 347.27º | 0.51% | 0.76% | - |
| XYZ | 29.9 | 21.25 | 19.36 | - |
| YUV | 128 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 117 | 0 | 0.51 | 0.4 | 0.24 | 347.27 | 0.45 | 0.57 |
| Hex | C3 | 60 | 75 | 0 | 33 | 28 | 18 | 15B | 2D | 39 |
| Octal | 303 | 140 | 165 | 0 | 63 | 50 | 30 | 533 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1110101 | 0 | 110011 | 101000 | 11000 | 101011011 | 101101 | 111001 |
Color Harmonies of #C36075
Complementary color
Monochromatic Colors of #C36075
Black with #C36075
Text Example
Text Example
White with #C36075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36075; }
p { color: rgb(195,96,117); }
H1.HeaderClassName
{
color: #C36075;
}
.AnyTagClassName
{
color: #C36075;
}
</style>
background-color css
<style>
a { background-color: #C36075; }
a { background-color: rgb(195,96,117); }
div.DivClassName
{
background-color: #C36075;
}
.BgClassName
{
background-color: #C36075;
}
</style>
border-color css
<style>
span { border-color: #C36075; }
span { border-color: rgb(195,96,117); }
td.TdClassName
{
border-color: #C36075;
}
.TagClassName
{
border-color: #C36075;
}
</style>