Shades of Cabaret #C05F77
Tints of Cabaret #C05F77
RGB
CMYK
RGB Variations
Color information
#C05F77 (or 0xC05F77) is known color: Cabaret. HEX triplet: C0, 5F and 77. RGB value is (192,95,119). Sum of RGB (Red+Green+Blue) = 192+95+119=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F77 is #3FA088. Grayscale: #7E7E7E. Windows color (decimal): -4169865 or 7823296. OLE color: 7823296.
HSL color Cylindrical-coordinate representation of color #C05F77: hue angle of 345.15º degrees, saturation: 0.43, 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 #C05F77 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 119 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.25 |
| HSL | 345.15º | 0.43% | 0.56% | - |
| HSV(B) | 345.15º | 0.51% | 0.75% | - |
| XYZ | 29.16 | 20.72 | 19.92 | - |
| YUV | 126.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 119 | 0 | 0.51 | 0.38 | 0.25 | 345.15 | 0.43 | 0.56 |
| Hex | C0 | 5F | 77 | 0 | 33 | 26 | 19 | 159 | 2B | 38 |
| Octal | 300 | 137 | 167 | 0 | 63 | 46 | 31 | 531 | 53 | 70 |
| Binary | 11000000 | 1011111 | 1110111 | 0 | 110011 | 100110 | 11001 | 101011001 | 101011 | 111000 |
Color Harmonies of #C05F77
Complementary color
Monochromatic Colors of #C05F77
Black with #C05F77
Text Example
Text Example
White with #C05F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F77; }
p { color: rgb(192,95,119); }
H1.HeaderClassName
{
color: #C05F77;
}
.AnyTagClassName
{
color: #C05F77;
}
</style>
background-color css
<style>
a { background-color: #C05F77; }
a { background-color: rgb(192,95,119); }
div.DivClassName
{
background-color: #C05F77;
}
.BgClassName
{
background-color: #C05F77;
}
</style>
border-color css
<style>
span { border-color: #C05F77; }
span { border-color: rgb(192,95,119); }
td.TdClassName
{
border-color: #C05F77;
}
.TagClassName
{
border-color: #C05F77;
}
</style>