Shades of Cabaret #C05B76
Tints of Cabaret #C05B76
RGB
CMYK
RGB Variations
Color information
#C05B76 (or 0xC05B76) is known color: Cabaret. HEX triplet: C0, 5B and 76. RGB value is (192,91,118). Sum of RGB (Red+Green+Blue) = 192+91+118=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B76 is #3FA489. Grayscale: #7C7C7C. Windows color (decimal): -4170890 or 7756736. OLE color: 7756736.
HSL color Cylindrical-coordinate representation of color #C05B76: hue angle of 343.96º degrees, saturation: 0.44, 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 #C05B76 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 118 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.25 |
| HSL | 343.96º | 0.44% | 0.55% | - |
| HSV(B) | 343.96º | 0.53% | 0.75% | - |
| XYZ | 28.75 | 20 | 19.48 | - |
| YUV | 124.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 118 | 0 | 0.53 | 0.39 | 0.25 | 343.96 | 0.44 | 0.55 |
| Hex | C0 | 5B | 76 | 0 | 35 | 27 | 19 | 158 | 2C | 37 |
| Octal | 300 | 133 | 166 | 0 | 65 | 47 | 31 | 530 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1110110 | 0 | 110101 | 100111 | 11001 | 101011000 | 101100 | 110111 |
Color Harmonies of #C05B76
Complementary color
Monochromatic Colors of #C05B76
Black with #C05B76
Text Example
Text Example
White with #C05B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B76; }
p { color: rgb(192,91,118); }
H1.HeaderClassName
{
color: #C05B76;
}
.AnyTagClassName
{
color: #C05B76;
}
</style>
background-color css
<style>
a { background-color: #C05B76; }
a { background-color: rgb(192,91,118); }
div.DivClassName
{
background-color: #C05B76;
}
.BgClassName
{
background-color: #C05B76;
}
</style>
border-color css
<style>
span { border-color: #C05B76; }
span { border-color: rgb(192,91,118); }
td.TdClassName
{
border-color: #C05B76;
}
.TagClassName
{
border-color: #C05B76;
}
</style>