Shades of Cabaret #C05975
Tints of Cabaret #C05975
RGB
CMYK
RGB Variations
Color information
#C05975 (or 0xC05975) is known color: Cabaret. HEX triplet: C0, 59 and 75. RGB value is (192,89,117). Sum of RGB (Red+Green+Blue) = 192+89+117=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C05975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05975 is #3FA68A. Grayscale: #7A7A7A. Windows color (decimal): -4171403 or 7690688. OLE color: 7690688.
HSL color Cylindrical-coordinate representation of color #C05975: hue angle of 343.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05975 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 117 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.25 |
| HSL | 343.69º | 0.45% | 0.55% | - |
| HSV(B) | 343.69º | 0.54% | 0.75% | - |
| XYZ | 28.52 | 19.64 | 19.12 | - |
| YUV | 122.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 117 | 0 | 0.54 | 0.39 | 0.25 | 343.69 | 0.45 | 0.55 |
| Hex | C0 | 59 | 75 | 0 | 36 | 27 | 19 | 158 | 2D | 37 |
| Octal | 300 | 131 | 165 | 0 | 66 | 47 | 31 | 530 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1110101 | 0 | 110110 | 100111 | 11001 | 101011000 | 101101 | 110111 |
Color Harmonies of #C05975
Complementary color
Monochromatic Colors of #C05975
Black with #C05975
Text Example
Text Example
White with #C05975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05975; }
p { color: rgb(192,89,117); }
H1.HeaderClassName
{
color: #C05975;
}
.AnyTagClassName
{
color: #C05975;
}
</style>
background-color css
<style>
a { background-color: #C05975; }
a { background-color: rgb(192,89,117); }
div.DivClassName
{
background-color: #C05975;
}
.BgClassName
{
background-color: #C05975;
}
</style>
border-color css
<style>
span { border-color: #C05975; }
span { border-color: rgb(192,89,117); }
td.TdClassName
{
border-color: #C05975;
}
.TagClassName
{
border-color: #C05975;
}
</style>