Shades of Cabaret #C06170
Tints of Cabaret #C06170
RGB
CMYK
RGB Variations
Color information
#C06170 (or 0xC06170) is known color: Cabaret. HEX triplet: C0, 61 and 70. RGB value is (192,97,112). Sum of RGB (Red+Green+Blue) = 192+97+112=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06170 is #3F9E8F. Grayscale: #7F7F7F. Windows color (decimal): -4169360 or 7365056. OLE color: 7365056.
HSL color Cylindrical-coordinate representation of color #C06170: hue angle of 350.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06170 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 112 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.25 |
| HSL | 350.53º | 0.43% | 0.57% | - |
| HSV(B) | 350.53º | 0.49% | 0.75% | - |
| XYZ | 28.94 | 20.93 | 17.84 | - |
| YUV | 127.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 112 | 0 | 0.49 | 0.42 | 0.25 | 350.53 | 0.43 | 0.57 |
| Hex | C0 | 61 | 70 | 0 | 31 | 2A | 19 | 15F | 2B | 39 |
| Octal | 300 | 141 | 160 | 0 | 61 | 52 | 31 | 537 | 53 | 71 |
| Binary | 11000000 | 1100001 | 1110000 | 0 | 110001 | 101010 | 11001 | 101011111 | 101011 | 111001 |
Color Harmonies of #C06170
Complementary color
Monochromatic Colors of #C06170
Black with #C06170
Text Example
Text Example
White with #C06170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06170; }
p { color: rgb(192,97,112); }
H1.HeaderClassName
{
color: #C06170;
}
.AnyTagClassName
{
color: #C06170;
}
</style>
background-color css
<style>
a { background-color: #C06170; }
a { background-color: rgb(192,97,112); }
div.DivClassName
{
background-color: #C06170;
}
.BgClassName
{
background-color: #C06170;
}
</style>
border-color css
<style>
span { border-color: #C06170; }
span { border-color: rgb(192,97,112); }
td.TdClassName
{
border-color: #C06170;
}
.TagClassName
{
border-color: #C06170;
}
</style>