Shades of Cabaret #C05875
Tints of Cabaret #C05875
RGB
CMYK
RGB Variations
Color information
#C05875 (or 0xC05875) is known color: Cabaret. HEX triplet: C0, 58 and 75. RGB value is (192,88,117). Sum of RGB (Red+Green+Blue) = 192+88+117=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05875 is #3FA78A. Grayscale: #7A7A7A. Windows color (decimal): -4171659 or 7690432. OLE color: 7690432.
HSL color Cylindrical-coordinate representation of color #C05875: hue angle of 343.27º 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 #C05875 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 117 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.25 |
| HSL | 343.27º | 0.45% | 0.55% | - |
| HSV(B) | 343.27º | 0.54% | 0.75% | - |
| XYZ | 28.44 | 19.47 | 19.09 | - |
| YUV | 122.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 117 | 0 | 0.54 | 0.39 | 0.25 | 343.27 | 0.45 | 0.55 |
| Hex | C0 | 58 | 75 | 0 | 36 | 27 | 19 | 157 | 2D | 37 |
| Octal | 300 | 130 | 165 | 0 | 66 | 47 | 31 | 527 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1110101 | 0 | 110110 | 100111 | 11001 | 101010111 | 101101 | 110111 |
Color Harmonies of #C05875
Complementary color
Monochromatic Colors of #C05875
Black with #C05875
Text Example
Text Example
White with #C05875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05875; }
p { color: rgb(192,88,117); }
H1.HeaderClassName
{
color: #C05875;
}
.AnyTagClassName
{
color: #C05875;
}
</style>
background-color css
<style>
a { background-color: #C05875; }
a { background-color: rgb(192,88,117); }
div.DivClassName
{
background-color: #C05875;
}
.BgClassName
{
background-color: #C05875;
}
</style>
border-color css
<style>
span { border-color: #C05875; }
span { border-color: rgb(192,88,117); }
td.TdClassName
{
border-color: #C05875;
}
.TagClassName
{
border-color: #C05875;
}
</style>