Shades of Cabaret #C36375
Tints of Cabaret #C36375
RGB
CMYK
RGB Variations
Color information
#C36375 (or 0xC36375) is known color: Cabaret. HEX triplet: C3, 63 and 75. RGB value is (195,99,117). Sum of RGB (Red+Green+Blue) = 195+99+117=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36375 is #3C9C8A. Grayscale: #818181. Windows color (decimal): -3972235 or 7693251. OLE color: 7693251.
HSL color Cylindrical-coordinate representation of color #C36375: hue angle of 348.75º 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 #C36375 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 117 | - |
| CMYK | 0 | 0.49 | 0.4 | 0.24 |
| HSL | 348.75º | 0.44% | 0.58% | - |
| HSV(B) | 348.75º | 0.49% | 0.76% | - |
| XYZ | 30.18 | 21.81 | 19.45 | - |
| YUV | 129.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 117 | 0 | 0.49 | 0.4 | 0.24 | 348.75 | 0.44 | 0.58 |
| Hex | C3 | 63 | 75 | 0 | 31 | 28 | 18 | 15D | 2C | 3A |
| Octal | 303 | 143 | 165 | 0 | 61 | 50 | 30 | 535 | 54 | 72 |
| Binary | 11000011 | 1100011 | 1110101 | 0 | 110001 | 101000 | 11000 | 101011101 | 101100 | 111010 |
Color Harmonies of #C36375
Complementary color
Monochromatic Colors of #C36375
Black with #C36375
Text Example
Text Example
White with #C36375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36375; }
p { color: rgb(195,99,117); }
H1.HeaderClassName
{
color: #C36375;
}
.AnyTagClassName
{
color: #C36375;
}
</style>
background-color css
<style>
a { background-color: #C36375; }
a { background-color: rgb(195,99,117); }
div.DivClassName
{
background-color: #C36375;
}
.BgClassName
{
background-color: #C36375;
}
</style>
border-color css
<style>
span { border-color: #C36375; }
span { border-color: rgb(195,99,117); }
td.TdClassName
{
border-color: #C36375;
}
.TagClassName
{
border-color: #C36375;
}
</style>