Shades of Cabaret #C05F78
Tints of Cabaret #C05F78
RGB
CMYK
RGB Variations
Color information
#C05F78 (or 0xC05F78) is known color: Cabaret. HEX triplet: C0, 5F and 78. RGB value is (192,95,120). Sum of RGB (Red+Green+Blue) = 192+95+120=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F78 is #3FA087. Grayscale: #7E7E7E. Windows color (decimal): -4169864 or 7888832. OLE color: 7888832.
HSL color Cylindrical-coordinate representation of color #C05F78: hue angle of 344.54º 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 #C05F78 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 120 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.25 |
| HSL | 344.54º | 0.43% | 0.56% | - |
| HSV(B) | 344.54º | 0.51% | 0.75% | - |
| XYZ | 29.22 | 20.75 | 20.23 | - |
| YUV | 126.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 120 | 0 | 0.51 | 0.38 | 0.25 | 344.54 | 0.43 | 0.56 |
| Hex | C0 | 5F | 78 | 0 | 33 | 26 | 19 | 159 | 2B | 38 |
| Octal | 300 | 137 | 170 | 0 | 63 | 46 | 31 | 531 | 53 | 70 |
| Binary | 11000000 | 1011111 | 1111000 | 0 | 110011 | 100110 | 11001 | 101011001 | 101011 | 111000 |
Color Harmonies of #C05F78
Complementary color
Monochromatic Colors of #C05F78
Black with #C05F78
Text Example
Text Example
White with #C05F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F78; }
p { color: rgb(192,95,120); }
H1.HeaderClassName
{
color: #C05F78;
}
.AnyTagClassName
{
color: #C05F78;
}
</style>
background-color css
<style>
a { background-color: #C05F78; }
a { background-color: rgb(192,95,120); }
div.DivClassName
{
background-color: #C05F78;
}
.BgClassName
{
background-color: #C05F78;
}
</style>
border-color css
<style>
span { border-color: #C05F78; }
span { border-color: rgb(192,95,120); }
td.TdClassName
{
border-color: #C05F78;
}
.TagClassName
{
border-color: #C05F78;
}
</style>