Shades of Cabaret #C05A76
Tints of Cabaret #C05A76
RGB
CMYK
RGB Variations
Color information
#C05A76 (or 0xC05A76) is known color: Cabaret. HEX triplet: C0, 5A and 76. RGB value is (192,90,118). Sum of RGB (Red+Green+Blue) = 192+90+118=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A76 is #3FA589. Grayscale: #7B7B7B. Windows color (decimal): -4171146 or 7756480. OLE color: 7756480.
HSL color Cylindrical-coordinate representation of color #C05A76: hue angle of 343.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A76 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 118 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.25 |
| HSL | 343.53º | 0.45% | 0.55% | - |
| HSV(B) | 343.53º | 0.53% | 0.75% | - |
| XYZ | 28.66 | 19.83 | 19.46 | - |
| YUV | 123.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 118 | 0 | 0.53 | 0.39 | 0.25 | 343.53 | 0.45 | 0.55 |
| Hex | C0 | 5A | 76 | 0 | 35 | 27 | 19 | 158 | 2D | 37 |
| Octal | 300 | 132 | 166 | 0 | 65 | 47 | 31 | 530 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1110110 | 0 | 110101 | 100111 | 11001 | 101011000 | 101101 | 110111 |
Color Harmonies of #C05A76
Complementary color
Monochromatic Colors of #C05A76
Black with #C05A76
Text Example
Text Example
White with #C05A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A76; }
p { color: rgb(192,90,118); }
H1.HeaderClassName
{
color: #C05A76;
}
.AnyTagClassName
{
color: #C05A76;
}
</style>
background-color css
<style>
a { background-color: #C05A76; }
a { background-color: rgb(192,90,118); }
div.DivClassName
{
background-color: #C05A76;
}
.BgClassName
{
background-color: #C05A76;
}
</style>
border-color css
<style>
span { border-color: #C05A76; }
span { border-color: rgb(192,90,118); }
td.TdClassName
{
border-color: #C05A76;
}
.TagClassName
{
border-color: #C05A76;
}
</style>