Shades of Cabaret #C76776
Tints of Cabaret #C76776
RGB
CMYK
RGB Variations
Color information
#C76776 (or 0xC76776) is known color: Cabaret. HEX triplet: C7, 67 and 76. RGB value is (199,103,118). Sum of RGB (Red+Green+Blue) = 199+103+118=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76776 is #389889. Grayscale: #858585. Windows color (decimal): -3709066 or 7759815. OLE color: 7759815.
HSL color Cylindrical-coordinate representation of color #C76776: hue angle of 350.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76776 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 118 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.22 |
| HSL | 350.63º | 0.46% | 0.59% | - |
| HSV(B) | 350.63º | 0.48% | 0.78% | - |
| XYZ | 31.67 | 23.15 | 19.94 | - |
| YUV | 133.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 118 | 0 | 0.48 | 0.41 | 0.22 | 350.63 | 0.46 | 0.59 |
| Hex | C7 | 67 | 76 | 0 | 30 | 29 | 16 | 15F | 2E | 3B |
| Octal | 307 | 147 | 166 | 0 | 60 | 51 | 26 | 537 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1110110 | 0 | 110000 | 101001 | 10110 | 101011111 | 101110 | 111011 |
Color Harmonies of #C76776
Complementary color
Monochromatic Colors of #C76776
Black with #C76776
Text Example
Text Example
White with #C76776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76776; }
p { color: rgb(199,103,118); }
H1.HeaderClassName
{
color: #C76776;
}
.AnyTagClassName
{
color: #C76776;
}
</style>
background-color css
<style>
a { background-color: #C76776; }
a { background-color: rgb(199,103,118); }
div.DivClassName
{
background-color: #C76776;
}
.BgClassName
{
background-color: #C76776;
}
</style>
border-color css
<style>
span { border-color: #C76776; }
span { border-color: rgb(199,103,118); }
td.TdClassName
{
border-color: #C76776;
}
.TagClassName
{
border-color: #C76776;
}
</style>