Shades of Cabaret #C36A71
Tints of Cabaret #C36A71
RGB
CMYK
RGB Variations
Color information
#C36A71 (or 0xC36A71) is known color: Cabaret. HEX triplet: C3, 6A and 71. RGB value is (195,106,113). Sum of RGB (Red+Green+Blue) = 195+106+113=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A71 is #3C958E. Grayscale: #858585. Windows color (decimal): -3970447 or 7432899. OLE color: 7432899.
HSL color Cylindrical-coordinate representation of color #C36A71: hue angle of 355.28º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A71 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 113 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.24 |
| HSL | 355.28º | 0.43% | 0.59% | - |
| HSV(B) | 355.28º | 0.46% | 0.76% | - |
| XYZ | 30.64 | 23.1 | 18.47 | - |
| YUV | 133.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 113 | 0 | 0.46 | 0.42 | 0.24 | 355.28 | 0.43 | 0.59 |
| Hex | C3 | 6A | 71 | 0 | 2E | 2A | 18 | 163 | 2B | 3B |
| Octal | 303 | 152 | 161 | 0 | 56 | 52 | 30 | 543 | 53 | 73 |
| Binary | 11000011 | 1101010 | 1110001 | 0 | 101110 | 101010 | 11000 | 101100011 | 101011 | 111011 |
Color Harmonies of #C36A71
Complementary color
Monochromatic Colors of #C36A71
Black with #C36A71
Text Example
Text Example
White with #C36A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A71; }
p { color: rgb(195,106,113); }
H1.HeaderClassName
{
color: #C36A71;
}
.AnyTagClassName
{
color: #C36A71;
}
</style>
background-color css
<style>
a { background-color: #C36A71; }
a { background-color: rgb(195,106,113); }
div.DivClassName
{
background-color: #C36A71;
}
.BgClassName
{
background-color: #C36A71;
}
</style>
border-color css
<style>
span { border-color: #C36A71; }
span { border-color: rgb(195,106,113); }
td.TdClassName
{
border-color: #C36A71;
}
.TagClassName
{
border-color: #C36A71;
}
</style>