Shades of Cabaret #C36475
Tints of Cabaret #C36475
RGB
CMYK
RGB Variations
Color information
#C36475 (or 0xC36475) is known color: Cabaret. HEX triplet: C3, 64 and 75. RGB value is (195,100,117). Sum of RGB (Red+Green+Blue) = 195+100+117=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36475 is #3C9B8A. Grayscale: #828282. Windows color (decimal): -3971979 or 7693507. OLE color: 7693507.
HSL color Cylindrical-coordinate representation of color #C36475: hue angle of 349.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36475 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 117 | - |
| CMYK | 0 | 0.49 | 0.4 | 0.24 |
| HSL | 349.26º | 0.44% | 0.58% | - |
| HSV(B) | 349.26º | 0.49% | 0.76% | - |
| XYZ | 30.27 | 22 | 19.48 | - |
| YUV | 130.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 117 | 0 | 0.49 | 0.4 | 0.24 | 349.26 | 0.44 | 0.58 |
| Hex | C3 | 64 | 75 | 0 | 31 | 28 | 18 | 15D | 2C | 3A |
| Octal | 303 | 144 | 165 | 0 | 61 | 50 | 30 | 535 | 54 | 72 |
| Binary | 11000011 | 1100100 | 1110101 | 0 | 110001 | 101000 | 11000 | 101011101 | 101100 | 111010 |
Color Harmonies of #C36475
Complementary color
Monochromatic Colors of #C36475
Black with #C36475
Text Example
Text Example
White with #C36475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36475; }
p { color: rgb(195,100,117); }
H1.HeaderClassName
{
color: #C36475;
}
.AnyTagClassName
{
color: #C36475;
}
</style>
background-color css
<style>
a { background-color: #C36475; }
a { background-color: rgb(195,100,117); }
div.DivClassName
{
background-color: #C36475;
}
.BgClassName
{
background-color: #C36475;
}
</style>
border-color css
<style>
span { border-color: #C36475; }
span { border-color: rgb(195,100,117); }
td.TdClassName
{
border-color: #C36475;
}
.TagClassName
{
border-color: #C36475;
}
</style>