Shades of Cabaret #C76476
Tints of Cabaret #C76476
RGB
CMYK
RGB Variations
Color information
#C76476 (or 0xC76476) is known color: Cabaret. HEX triplet: C7, 64 and 76. RGB value is (199,100,118). Sum of RGB (Red+Green+Blue) = 199+100+118=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76476 is #389B89. Grayscale: #838383. Windows color (decimal): -3709834 or 7759047. OLE color: 7759047.
HSL color Cylindrical-coordinate representation of color #C76476: hue angle of 349.09º 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 #C76476 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 118 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.22 |
| HSL | 349.09º | 0.47% | 0.59% | - |
| HSV(B) | 349.09º | 0.5% | 0.78% | - |
| XYZ | 31.38 | 22.56 | 19.84 | - |
| YUV | 131.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 118 | 0 | 0.50 | 0.41 | 0.22 | 349.09 | 0.47 | 0.59 |
| Hex | C7 | 64 | 76 | 0 | 32 | 29 | 16 | 15D | 2F | 3B |
| Octal | 307 | 144 | 166 | 0 | 62 | 51 | 26 | 535 | 57 | 73 |
| Binary | 11000111 | 1100100 | 1110110 | 0 | 110010 | 101001 | 10110 | 101011101 | 101111 | 111011 |
Color Harmonies of #C76476
Complementary color
Monochromatic Colors of #C76476
Black with #C76476
Text Example
Text Example
White with #C76476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76476; }
p { color: rgb(199,100,118); }
H1.HeaderClassName
{
color: #C76476;
}
.AnyTagClassName
{
color: #C76476;
}
</style>
background-color css
<style>
a { background-color: #C76476; }
a { background-color: rgb(199,100,118); }
div.DivClassName
{
background-color: #C76476;
}
.BgClassName
{
background-color: #C76476;
}
</style>
border-color css
<style>
span { border-color: #C76476; }
span { border-color: rgb(199,100,118); }
td.TdClassName
{
border-color: #C76476;
}
.TagClassName
{
border-color: #C76476;
}
</style>