Shades of Cabaret #C36078
Tints of Cabaret #C36078
RGB
CMYK
RGB Variations
Color information
#C36078 (or 0xC36078) is known color: Cabaret. HEX triplet: C3, 60 and 78. RGB value is (195,96,120). Sum of RGB (Red+Green+Blue) = 195+96+120=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36078 is #3C9F87. Grayscale: #808080. Windows color (decimal): -3973000 or 7889091. OLE color: 7889091.
HSL color Cylindrical-coordinate representation of color #C36078: hue angle of 345.45º 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 #C36078 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 120 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.24 |
| HSL | 345.45º | 0.45% | 0.57% | - |
| HSV(B) | 345.45º | 0.51% | 0.76% | - |
| XYZ | 30.08 | 21.32 | 20.3 | - |
| YUV | 128.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 120 | 0 | 0.51 | 0.38 | 0.24 | 345.45 | 0.45 | 0.57 |
| Hex | C3 | 60 | 78 | 0 | 33 | 26 | 18 | 159 | 2D | 39 |
| Octal | 303 | 140 | 170 | 0 | 63 | 46 | 30 | 531 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1111000 | 0 | 110011 | 100110 | 11000 | 101011001 | 101101 | 111001 |
Color Harmonies of #C36078
Complementary color
Monochromatic Colors of #C36078
Black with #C36078
Text Example
Text Example
White with #C36078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36078; }
p { color: rgb(195,96,120); }
H1.HeaderClassName
{
color: #C36078;
}
.AnyTagClassName
{
color: #C36078;
}
</style>
background-color css
<style>
a { background-color: #C36078; }
a { background-color: rgb(195,96,120); }
div.DivClassName
{
background-color: #C36078;
}
.BgClassName
{
background-color: #C36078;
}
</style>
border-color css
<style>
span { border-color: #C36078; }
span { border-color: rgb(195,96,120); }
td.TdClassName
{
border-color: #C36078;
}
.TagClassName
{
border-color: #C36078;
}
</style>