Shades of Cabaret #C06075
Tints of Cabaret #C06075
RGB
CMYK
RGB Variations
Color information
#C06075 (or 0xC06075) is known color: Cabaret. HEX triplet: C0, 60 and 75. RGB value is (192,96,117). Sum of RGB (Red+Green+Blue) = 192+96+117=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06075 is #3F9F8A. Grayscale: #7F7F7F. Windows color (decimal): -4169611 or 7692480. OLE color: 7692480.
HSL color Cylindrical-coordinate representation of color #C06075: hue angle of 346.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06075 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 117 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.25 |
| HSL | 346.88º | 0.43% | 0.56% | - |
| HSV(B) | 346.88º | 0.5% | 0.75% | - |
| XYZ | 29.13 | 20.86 | 19.32 | - |
| YUV | 127.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 117 | 0 | 0.50 | 0.39 | 0.25 | 346.88 | 0.43 | 0.56 |
| Hex | C0 | 60 | 75 | 0 | 32 | 27 | 19 | 15B | 2B | 38 |
| Octal | 300 | 140 | 165 | 0 | 62 | 47 | 31 | 533 | 53 | 70 |
| Binary | 11000000 | 1100000 | 1110101 | 0 | 110010 | 100111 | 11001 | 101011011 | 101011 | 111000 |
Color Harmonies of #C06075
Complementary color
Monochromatic Colors of #C06075
Black with #C06075
Text Example
Text Example
White with #C06075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06075; }
p { color: rgb(192,96,117); }
H1.HeaderClassName
{
color: #C06075;
}
.AnyTagClassName
{
color: #C06075;
}
</style>
background-color css
<style>
a { background-color: #C06075; }
a { background-color: rgb(192,96,117); }
div.DivClassName
{
background-color: #C06075;
}
.BgClassName
{
background-color: #C06075;
}
</style>
border-color css
<style>
span { border-color: #C06075; }
span { border-color: rgb(192,96,117); }
td.TdClassName
{
border-color: #C06075;
}
.TagClassName
{
border-color: #C06075;
}
</style>