Shades of Cabaret #C76579
Tints of Cabaret #C76579
RGB
CMYK
RGB Variations
Color information
#C76579 (or 0xC76579) is known color: Cabaret. HEX triplet: C7, 65 and 79. RGB value is (199,101,121). Sum of RGB (Red+Green+Blue) = 199+101+121=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76579 is #389A86. Grayscale: #848484. Windows color (decimal): -3709575 or 7955911. OLE color: 7955911.
HSL color Cylindrical-coordinate representation of color #C76579: hue angle of 347.76º degrees, saturation: 0.47, 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 #C76579 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 121 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.22 |
| HSL | 347.76º | 0.47% | 0.59% | - |
| HSV(B) | 347.76º | 0.49% | 0.78% | - |
| XYZ | 31.66 | 22.83 | 20.83 | - |
| YUV | 132.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 121 | 0 | 0.49 | 0.39 | 0.22 | 347.76 | 0.47 | 0.59 |
| Hex | C7 | 65 | 79 | 0 | 31 | 27 | 16 | 15C | 2F | 3B |
| Octal | 307 | 145 | 171 | 0 | 61 | 47 | 26 | 534 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1111001 | 0 | 110001 | 100111 | 10110 | 101011100 | 101111 | 111011 |
Color Harmonies of #C76579
Complementary color
Monochromatic Colors of #C76579
Black with #C76579
Text Example
Text Example
White with #C76579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76579; }
p { color: rgb(199,101,121); }
H1.HeaderClassName
{
color: #C76579;
}
.AnyTagClassName
{
color: #C76579;
}
</style>
background-color css
<style>
a { background-color: #C76579; }
a { background-color: rgb(199,101,121); }
div.DivClassName
{
background-color: #C76579;
}
.BgClassName
{
background-color: #C76579;
}
</style>
border-color css
<style>
span { border-color: #C76579; }
span { border-color: rgb(199,101,121); }
td.TdClassName
{
border-color: #C76579;
}
.TagClassName
{
border-color: #C76579;
}
</style>