Shades of Cabaret #C36574
Tints of Cabaret #C36574
RGB
CMYK
RGB Variations
Color information
#C36574 (or 0xC36574) is known color: Cabaret. HEX triplet: C3, 65 and 74. RGB value is (195,101,116). Sum of RGB (Red+Green+Blue) = 195+101+116=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36574 is #3C9A8B. Grayscale: #828282. Windows color (decimal): -3971724 or 7628227. OLE color: 7628227.
HSL color Cylindrical-coordinate representation of color #C36574: hue angle of 350.43º 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 #C36574 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 116 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.24 |
| HSL | 350.43º | 0.44% | 0.58% | - |
| HSV(B) | 350.43º | 0.48% | 0.76% | - |
| XYZ | 30.31 | 22.17 | 19.2 | - |
| YUV | 130.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 116 | 0 | 0.48 | 0.41 | 0.24 | 350.43 | 0.44 | 0.58 |
| Hex | C3 | 65 | 74 | 0 | 30 | 29 | 18 | 15E | 2C | 3A |
| Octal | 303 | 145 | 164 | 0 | 60 | 51 | 30 | 536 | 54 | 72 |
| Binary | 11000011 | 1100101 | 1110100 | 0 | 110000 | 101001 | 11000 | 101011110 | 101100 | 111010 |
Color Harmonies of #C36574
Complementary color
Monochromatic Colors of #C36574
Black with #C36574
Text Example
Text Example
White with #C36574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36574; }
p { color: rgb(195,101,116); }
H1.HeaderClassName
{
color: #C36574;
}
.AnyTagClassName
{
color: #C36574;
}
</style>
background-color css
<style>
a { background-color: #C36574; }
a { background-color: rgb(195,101,116); }
div.DivClassName
{
background-color: #C36574;
}
.BgClassName
{
background-color: #C36574;
}
</style>
border-color css
<style>
span { border-color: #C36574; }
span { border-color: rgb(195,101,116); }
td.TdClassName
{
border-color: #C36574;
}
.TagClassName
{
border-color: #C36574;
}
</style>