Shades of Cabaret #C76677
Tints of Cabaret #C76677
RGB
CMYK
RGB Variations
Color information
#C76677 (or 0xC76677) is known color: Cabaret. HEX triplet: C7, 66 and 77. RGB value is (199,102,119). Sum of RGB (Red+Green+Blue) = 199+102+119=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76677 is #389988. Grayscale: #848484. Windows color (decimal): -3709321 or 7825095. OLE color: 7825095.
HSL color Cylindrical-coordinate representation of color #C76677: hue angle of 349.48º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76677 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 119 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.22 |
| HSL | 349.48º | 0.46% | 0.59% | - |
| HSV(B) | 349.48º | 0.49% | 0.78% | - |
| XYZ | 31.63 | 22.98 | 20.22 | - |
| YUV | 132.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 119 | 0 | 0.49 | 0.40 | 0.22 | 349.48 | 0.46 | 0.59 |
| Hex | C7 | 66 | 77 | 0 | 31 | 28 | 16 | 15D | 2E | 3B |
| Octal | 307 | 146 | 167 | 0 | 61 | 50 | 26 | 535 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1110111 | 0 | 110001 | 101000 | 10110 | 101011101 | 101110 | 111011 |
Color Harmonies of #C76677
Complementary color
Monochromatic Colors of #C76677
Black with #C76677
Text Example
Text Example
White with #C76677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76677; }
p { color: rgb(199,102,119); }
H1.HeaderClassName
{
color: #C76677;
}
.AnyTagClassName
{
color: #C76677;
}
</style>
background-color css
<style>
a { background-color: #C76677; }
a { background-color: rgb(199,102,119); }
div.DivClassName
{
background-color: #C76677;
}
.BgClassName
{
background-color: #C76677;
}
</style>
border-color css
<style>
span { border-color: #C76677; }
span { border-color: rgb(199,102,119); }
td.TdClassName
{
border-color: #C76677;
}
.TagClassName
{
border-color: #C76677;
}
</style>