Shades of Cabaret #C36270
Tints of Cabaret #C36270
RGB
CMYK
RGB Variations
Color information
#C36270 (or 0xC36270) is known color: Cabaret. HEX triplet: C3, 62 and 70. RGB value is (195,98,112). Sum of RGB (Red+Green+Blue) = 195+98+112=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C36270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36270 is #3C9D8F. Grayscale: #808080. Windows color (decimal): -3972496 or 7365315. OLE color: 7365315.
HSL color Cylindrical-coordinate representation of color #C36270: hue angle of 351.34º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36270 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 112 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.24 |
| HSL | 351.34º | 0.45% | 0.57% | - |
| HSV(B) | 351.34º | 0.5% | 0.76% | - |
| XYZ | 29.8 | 21.51 | 17.91 | - |
| YUV | 128.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 112 | 0 | 0.50 | 0.43 | 0.24 | 351.34 | 0.45 | 0.57 |
| Hex | C3 | 62 | 70 | 0 | 32 | 2B | 18 | 15F | 2D | 39 |
| Octal | 303 | 142 | 160 | 0 | 62 | 53 | 30 | 537 | 55 | 71 |
| Binary | 11000011 | 1100010 | 1110000 | 0 | 110010 | 101011 | 11000 | 101011111 | 101101 | 111001 |
Color Harmonies of #C36270
Complementary color
Monochromatic Colors of #C36270
Black with #C36270
Text Example
Text Example
White with #C36270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36270; }
p { color: rgb(195,98,112); }
H1.HeaderClassName
{
color: #C36270;
}
.AnyTagClassName
{
color: #C36270;
}
</style>
background-color css
<style>
a { background-color: #C36270; }
a { background-color: rgb(195,98,112); }
div.DivClassName
{
background-color: #C36270;
}
.BgClassName
{
background-color: #C36270;
}
</style>
border-color css
<style>
span { border-color: #C36270; }
span { border-color: rgb(195,98,112); }
td.TdClassName
{
border-color: #C36270;
}
.TagClassName
{
border-color: #C36270;
}
</style>