Shades of Cabaret #C06771
Tints of Cabaret #C06771
RGB
CMYK
RGB Variations
Color information
#C06771 (or 0xC06771) is known color: Cabaret. HEX triplet: C0, 67 and 71. RGB value is (192,103,113). Sum of RGB (Red+Green+Blue) = 192+103+113=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06771 is #3F988E. Grayscale: #828282. Windows color (decimal): -4167823 or 7432128. OLE color: 7432128.
HSL color Cylindrical-coordinate representation of color #C06771: hue angle of 353.26º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06771 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 113 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.25 |
| HSL | 353.26º | 0.41% | 0.58% | - |
| HSV(B) | 353.26º | 0.46% | 0.75% | - |
| XYZ | 29.57 | 22.1 | 18.33 | - |
| YUV | 130.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 113 | 0 | 0.46 | 0.41 | 0.25 | 353.26 | 0.41 | 0.58 |
| Hex | C0 | 67 | 71 | 0 | 2E | 29 | 19 | 161 | 29 | 3A |
| Octal | 300 | 147 | 161 | 0 | 56 | 51 | 31 | 541 | 51 | 72 |
| Binary | 11000000 | 1100111 | 1110001 | 0 | 101110 | 101001 | 11001 | 101100001 | 101001 | 111010 |
Color Harmonies of #C06771
Complementary color
Monochromatic Colors of #C06771
Black with #C06771
Text Example
Text Example
White with #C06771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06771; }
p { color: rgb(192,103,113); }
H1.HeaderClassName
{
color: #C06771;
}
.AnyTagClassName
{
color: #C06771;
}
</style>
background-color css
<style>
a { background-color: #C06771; }
a { background-color: rgb(192,103,113); }
div.DivClassName
{
background-color: #C06771;
}
.BgClassName
{
background-color: #C06771;
}
</style>
border-color css
<style>
span { border-color: #C06771; }
span { border-color: rgb(192,103,113); }
td.TdClassName
{
border-color: #C06771;
}
.TagClassName
{
border-color: #C06771;
}
</style>