Shades of Cabaret #C76477
Tints of Cabaret #C76477
RGB
CMYK
RGB Variations
Color information
#C76477 (or 0xC76477) is known color: Cabaret. HEX triplet: C7, 64 and 77. RGB value is (199,100,119). Sum of RGB (Red+Green+Blue) = 199+100+119=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76477 is #389B88. Grayscale: #838383. Windows color (decimal): -3709833 or 7824583. OLE color: 7824583.
HSL color Cylindrical-coordinate representation of color #C76477: hue angle of 348.48º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76477 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 119 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.22 |
| HSL | 348.48º | 0.47% | 0.59% | - |
| HSV(B) | 348.48º | 0.5% | 0.78% | - |
| XYZ | 31.44 | 22.59 | 20.16 | - |
| YUV | 131.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 119 | 0 | 0.50 | 0.40 | 0.22 | 348.48 | 0.47 | 0.59 |
| Hex | C7 | 64 | 77 | 0 | 32 | 28 | 16 | 15C | 2F | 3B |
| Octal | 307 | 144 | 167 | 0 | 62 | 50 | 26 | 534 | 57 | 73 |
| Binary | 11000111 | 1100100 | 1110111 | 0 | 110010 | 101000 | 10110 | 101011100 | 101111 | 111011 |
Color Harmonies of #C76477
Complementary color
Monochromatic Colors of #C76477
Black with #C76477
Text Example
Text Example
White with #C76477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76477; }
p { color: rgb(199,100,119); }
H1.HeaderClassName
{
color: #C76477;
}
.AnyTagClassName
{
color: #C76477;
}
</style>
background-color css
<style>
a { background-color: #C76477; }
a { background-color: rgb(199,100,119); }
div.DivClassName
{
background-color: #C76477;
}
.BgClassName
{
background-color: #C76477;
}
</style>
border-color css
<style>
span { border-color: #C76477; }
span { border-color: rgb(199,100,119); }
td.TdClassName
{
border-color: #C76477;
}
.TagClassName
{
border-color: #C76477;
}
</style>