Shades of Cabaret #C76172
Tints of Cabaret #C76172
RGB
CMYK
RGB Variations
Color information
#C76172 (or 0xC76172) is known color: Cabaret. HEX triplet: C7, 61 and 72. RGB value is (199,97,114). Sum of RGB (Red+Green+Blue) = 199+97+114=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C76172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76172 is #389E8D. Grayscale: #818181. Windows color (decimal): -3710606 or 7496135. OLE color: 7496135.
HSL color Cylindrical-coordinate representation of color #C76172: hue angle of 350º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76172 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 114 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.22 |
| HSL | 350º | 0.48% | 0.58% | - |
| HSV(B) | 350º | 0.51% | 0.78% | - |
| XYZ | 30.87 | 21.91 | 18.52 | - |
| YUV | 129.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 114 | 0 | 0.51 | 0.43 | 0.22 | 350 | 0.48 | 0.58 |
| Hex | C7 | 61 | 72 | 0 | 33 | 2B | 16 | 15E | 30 | 3A |
| Octal | 307 | 141 | 162 | 0 | 63 | 53 | 26 | 536 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1110010 | 0 | 110011 | 101011 | 10110 | 101011110 | 110000 | 111010 |
Color Harmonies of #C76172
Complementary color
Monochromatic Colors of #C76172
Black with #C76172
Text Example
Text Example
White with #C76172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76172; }
p { color: rgb(199,97,114); }
H1.HeaderClassName
{
color: #C76172;
}
.AnyTagClassName
{
color: #C76172;
}
</style>
background-color css
<style>
a { background-color: #C76172; }
a { background-color: rgb(199,97,114); }
div.DivClassName
{
background-color: #C76172;
}
.BgClassName
{
background-color: #C76172;
}
</style>
border-color css
<style>
span { border-color: #C76172; }
span { border-color: rgb(199,97,114); }
td.TdClassName
{
border-color: #C76172;
}
.TagClassName
{
border-color: #C76172;
}
</style>