Shades of Cabaret #C06371
Tints of Cabaret #C06371
RGB
CMYK
RGB Variations
Color information
#C06371 (or 0xC06371) is known color: Cabaret. HEX triplet: C0, 63 and 71. RGB value is (192,99,113). Sum of RGB (Red+Green+Blue) = 192+99+113=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06371 is #3F9C8E. Grayscale: #808080. Windows color (decimal): -4168847 or 7431104. OLE color: 7431104.
HSL color Cylindrical-coordinate representation of color #C06371: hue angle of 350.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06371 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 113 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.25 |
| HSL | 350.97º | 0.42% | 0.57% | - |
| HSV(B) | 350.97º | 0.48% | 0.75% | - |
| XYZ | 29.18 | 21.32 | 18.2 | - |
| YUV | 128.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 113 | 0 | 0.48 | 0.41 | 0.25 | 350.97 | 0.42 | 0.57 |
| Hex | C0 | 63 | 71 | 0 | 30 | 29 | 19 | 15F | 2A | 39 |
| Octal | 300 | 143 | 161 | 0 | 60 | 51 | 31 | 537 | 52 | 71 |
| Binary | 11000000 | 1100011 | 1110001 | 0 | 110000 | 101001 | 11001 | 101011111 | 101010 | 111001 |
Color Harmonies of #C06371
Complementary color
Monochromatic Colors of #C06371
Black with #C06371
Text Example
Text Example
White with #C06371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06371; }
p { color: rgb(192,99,113); }
H1.HeaderClassName
{
color: #C06371;
}
.AnyTagClassName
{
color: #C06371;
}
</style>
background-color css
<style>
a { background-color: #C06371; }
a { background-color: rgb(192,99,113); }
div.DivClassName
{
background-color: #C06371;
}
.BgClassName
{
background-color: #C06371;
}
</style>
border-color css
<style>
span { border-color: #C06371; }
span { border-color: rgb(192,99,113); }
td.TdClassName
{
border-color: #C06371;
}
.TagClassName
{
border-color: #C06371;
}
</style>