Shades of Cabaret #C05E75
Tints of Cabaret #C05E75
RGB
CMYK
RGB Variations
Color information
#C05E75 (or 0xC05E75) is known color: Cabaret. HEX triplet: C0, 5E and 75. RGB value is (192,94,117). Sum of RGB (Red+Green+Blue) = 192+94+117=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E75 is #3FA18A. Grayscale: #7D7D7D. Windows color (decimal): -4170123 or 7691968. OLE color: 7691968.
HSL color Cylindrical-coordinate representation of color #C05E75: hue angle of 345.92º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E75 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 117 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.25 |
| HSL | 345.92º | 0.44% | 0.56% | - |
| HSV(B) | 345.92º | 0.51% | 0.75% | - |
| XYZ | 28.95 | 20.5 | 19.26 | - |
| YUV | 125.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 117 | 0 | 0.51 | 0.39 | 0.25 | 345.92 | 0.44 | 0.56 |
| Hex | C0 | 5E | 75 | 0 | 33 | 27 | 19 | 15A | 2C | 38 |
| Octal | 300 | 136 | 165 | 0 | 63 | 47 | 31 | 532 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1110101 | 0 | 110011 | 100111 | 11001 | 101011010 | 101100 | 111000 |
Color Harmonies of #C05E75
Complementary color
Monochromatic Colors of #C05E75
Black with #C05E75
Text Example
Text Example
White with #C05E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E75; }
p { color: rgb(192,94,117); }
H1.HeaderClassName
{
color: #C05E75;
}
.AnyTagClassName
{
color: #C05E75;
}
</style>
background-color css
<style>
a { background-color: #C05E75; }
a { background-color: rgb(192,94,117); }
div.DivClassName
{
background-color: #C05E75;
}
.BgClassName
{
background-color: #C05E75;
}
</style>
border-color css
<style>
span { border-color: #C05E75; }
span { border-color: rgb(192,94,117); }
td.TdClassName
{
border-color: #C05E75;
}
.TagClassName
{
border-color: #C05E75;
}
</style>