Shades of Cabaret #C76471
Tints of Cabaret #C76471
RGB
CMYK
RGB Variations
Color information
#C76471 (or 0xC76471) is known color: Cabaret. HEX triplet: C7, 64 and 71. RGB value is (199,100,113). Sum of RGB (Red+Green+Blue) = 199+100+113=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76471 is #389B8E. Grayscale: #838383. Windows color (decimal): -3709839 or 7431367. OLE color: 7431367.
HSL color Cylindrical-coordinate representation of color #C76471: hue angle of 352.12º 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 #C76471 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 113 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.22 |
| HSL | 352.12º | 0.47% | 0.59% | - |
| HSV(B) | 352.12º | 0.5% | 0.78% | - |
| XYZ | 31.09 | 22.45 | 18.32 | - |
| YUV | 131.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 113 | 0 | 0.50 | 0.43 | 0.22 | 352.12 | 0.47 | 0.59 |
| Hex | C7 | 64 | 71 | 0 | 32 | 2B | 16 | 160 | 2F | 3B |
| Octal | 307 | 144 | 161 | 0 | 62 | 53 | 26 | 540 | 57 | 73 |
| Binary | 11000111 | 1100100 | 1110001 | 0 | 110010 | 101011 | 10110 | 101100000 | 101111 | 111011 |
Color Harmonies of #C76471
Complementary color
Monochromatic Colors of #C76471
Black with #C76471
Text Example
Text Example
White with #C76471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76471; }
p { color: rgb(199,100,113); }
H1.HeaderClassName
{
color: #C76471;
}
.AnyTagClassName
{
color: #C76471;
}
</style>
background-color css
<style>
a { background-color: #C76471; }
a { background-color: rgb(199,100,113); }
div.DivClassName
{
background-color: #C76471;
}
.BgClassName
{
background-color: #C76471;
}
</style>
border-color css
<style>
span { border-color: #C76471; }
span { border-color: rgb(199,100,113); }
td.TdClassName
{
border-color: #C76471;
}
.TagClassName
{
border-color: #C76471;
}
</style>