Shades of Cabaret #C76077
Tints of Cabaret #C76077
RGB
CMYK
RGB Variations
Color information
#C76077 (or 0xC76077) is known color: Cabaret. HEX triplet: C7, 60 and 77. RGB value is (199,96,119). Sum of RGB (Red+Green+Blue) = 199+96+119=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76077 is #389F88. Grayscale: #818181. Windows color (decimal): -3710857 or 7823559. OLE color: 7823559.
HSL color Cylindrical-coordinate representation of color #C76077: hue angle of 346.6º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76077 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 119 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.22 |
| HSL | 346.6º | 0.48% | 0.58% | - |
| HSV(B) | 346.6º | 0.52% | 0.78% | - |
| XYZ | 31.07 | 21.84 | 20.03 | - |
| YUV | 129.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 119 | 0 | 0.52 | 0.40 | 0.22 | 346.6 | 0.48 | 0.58 |
| Hex | C7 | 60 | 77 | 0 | 34 | 28 | 16 | 15B | 30 | 3A |
| Octal | 307 | 140 | 167 | 0 | 64 | 50 | 26 | 533 | 60 | 72 |
| Binary | 11000111 | 1100000 | 1110111 | 0 | 110100 | 101000 | 10110 | 101011011 | 110000 | 111010 |
Color Harmonies of #C76077
Complementary color
Monochromatic Colors of #C76077
Black with #C76077
Text Example
Text Example
White with #C76077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76077; }
p { color: rgb(199,96,119); }
H1.HeaderClassName
{
color: #C76077;
}
.AnyTagClassName
{
color: #C76077;
}
</style>
background-color css
<style>
a { background-color: #C76077; }
a { background-color: rgb(199,96,119); }
div.DivClassName
{
background-color: #C76077;
}
.BgClassName
{
background-color: #C76077;
}
</style>
border-color css
<style>
span { border-color: #C76077; }
span { border-color: rgb(199,96,119); }
td.TdClassName
{
border-color: #C76077;
}
.TagClassName
{
border-color: #C76077;
}
</style>