Shades of Cabaret #C05170
Tints of Cabaret #C05170
RGB
CMYK
RGB Variations
Color information
#C05170 (or 0xC05170) is known color: Cabaret. HEX triplet: C0, 51 and 70. RGB value is (192,81,112). Sum of RGB (Red+Green+Blue) = 192+81+112=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C05170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05170 is #3FAE8F. Grayscale: #757575. Windows color (decimal): -4173456 or 7360960. OLE color: 7360960.
HSL color Cylindrical-coordinate representation of color #C05170: hue angle of 343.24º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05170 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 112 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.25 |
| HSL | 343.24º | 0.47% | 0.54% | - |
| HSV(B) | 343.24º | 0.58% | 0.75% | - |
| XYZ | 27.61 | 18.26 | 17.4 | - |
| YUV | 117.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 112 | 0 | 0.58 | 0.42 | 0.25 | 343.24 | 0.47 | 0.54 |
| Hex | C0 | 51 | 70 | 0 | 3A | 2A | 19 | 157 | 2F | 36 |
| Octal | 300 | 121 | 160 | 0 | 72 | 52 | 31 | 527 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1110000 | 0 | 111010 | 101010 | 11001 | 101010111 | 101111 | 110110 |
Color Harmonies of #C05170
Complementary color
Monochromatic Colors of #C05170
Black with #C05170
Text Example
Text Example
White with #C05170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05170; }
p { color: rgb(192,81,112); }
H1.HeaderClassName
{
color: #C05170;
}
.AnyTagClassName
{
color: #C05170;
}
</style>
background-color css
<style>
a { background-color: #C05170; }
a { background-color: rgb(192,81,112); }
div.DivClassName
{
background-color: #C05170;
}
.BgClassName
{
background-color: #C05170;
}
</style>
border-color css
<style>
span { border-color: #C05170; }
span { border-color: rgb(192,81,112); }
td.TdClassName
{
border-color: #C05170;
}
.TagClassName
{
border-color: #C05170;
}
</style>