Shades of Cabaret #C76771
Tints of Cabaret #C76771
RGB
CMYK
RGB Variations
Color information
#C76771 (or 0xC76771) is known color: Cabaret. HEX triplet: C7, 67 and 71. RGB value is (199,103,113). Sum of RGB (Red+Green+Blue) = 199+103+113=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76771 is #38988E. Grayscale: #848484. Windows color (decimal): -3709071 or 7432135. OLE color: 7432135.
HSL color Cylindrical-coordinate representation of color #C76771: hue angle of 353.75º 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 #C76771 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 113 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.22 |
| HSL | 353.75º | 0.46% | 0.59% | - |
| HSV(B) | 353.75º | 0.48% | 0.78% | - |
| XYZ | 31.38 | 23.03 | 18.41 | - |
| YUV | 132.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 113 | 0 | 0.48 | 0.43 | 0.22 | 353.75 | 0.46 | 0.59 |
| Hex | C7 | 67 | 71 | 0 | 30 | 2B | 16 | 162 | 2E | 3B |
| Octal | 307 | 147 | 161 | 0 | 60 | 53 | 26 | 542 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1110001 | 0 | 110000 | 101011 | 10110 | 101100010 | 101110 | 111011 |
Color Harmonies of #C76771
Complementary color
Monochromatic Colors of #C76771
Black with #C76771
Text Example
Text Example
White with #C76771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76771; }
p { color: rgb(199,103,113); }
H1.HeaderClassName
{
color: #C76771;
}
.AnyTagClassName
{
color: #C76771;
}
</style>
background-color css
<style>
a { background-color: #C76771; }
a { background-color: rgb(199,103,113); }
div.DivClassName
{
background-color: #C76771;
}
.BgClassName
{
background-color: #C76771;
}
</style>
border-color css
<style>
span { border-color: #C76771; }
span { border-color: rgb(199,103,113); }
td.TdClassName
{
border-color: #C76771;
}
.TagClassName
{
border-color: #C76771;
}
</style>