Shades of Cabaret #C36071
Tints of Cabaret #C36071
RGB
CMYK
RGB Variations
Color information
#C36071 (or 0xC36071) is known color: Cabaret. HEX triplet: C3, 60 and 71. RGB value is (195,96,113). Sum of RGB (Red+Green+Blue) = 195+96+113=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36071 is #3C9F8E. Grayscale: #7F7F7F. Windows color (decimal): -3973007 or 7430339. OLE color: 7430339.
HSL color Cylindrical-coordinate representation of color #C36071: hue angle of 349.7º 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 #C36071 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 113 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.24 |
| HSL | 349.7º | 0.45% | 0.57% | - |
| HSV(B) | 349.7º | 0.51% | 0.76% | - |
| XYZ | 29.67 | 21.16 | 18.14 | - |
| YUV | 127.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 113 | 0 | 0.51 | 0.42 | 0.24 | 349.7 | 0.45 | 0.57 |
| Hex | C3 | 60 | 71 | 0 | 33 | 2A | 18 | 15E | 2D | 39 |
| Octal | 303 | 140 | 161 | 0 | 63 | 52 | 30 | 536 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1110001 | 0 | 110011 | 101010 | 11000 | 101011110 | 101101 | 111001 |
Color Harmonies of #C36071
Complementary color
Monochromatic Colors of #C36071
Black with #C36071
Text Example
Text Example
White with #C36071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36071; }
p { color: rgb(195,96,113); }
H1.HeaderClassName
{
color: #C36071;
}
.AnyTagClassName
{
color: #C36071;
}
</style>
background-color css
<style>
a { background-color: #C36071; }
a { background-color: rgb(195,96,113); }
div.DivClassName
{
background-color: #C36071;
}
.BgClassName
{
background-color: #C36071;
}
</style>
border-color css
<style>
span { border-color: #C36071; }
span { border-color: rgb(195,96,113); }
td.TdClassName
{
border-color: #C36071;
}
.TagClassName
{
border-color: #C36071;
}
</style>