Shades of Cabaret #C76671
Tints of Cabaret #C76671
RGB
CMYK
RGB Variations
Color information
#C76671 (or 0xC76671) is known color: Cabaret. HEX triplet: C7, 66 and 71. RGB value is (199,102,113). Sum of RGB (Red+Green+Blue) = 199+102+113=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76671 is #38998E. Grayscale: #848484. Windows color (decimal): -3709327 or 7431879. OLE color: 7431879.
HSL color Cylindrical-coordinate representation of color #C76671: hue angle of 353.2º degrees, saturation: 0.46, 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 #C76671 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 113 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.22 |
| HSL | 353.2º | 0.46% | 0.59% | - |
| HSV(B) | 353.2º | 0.49% | 0.78% | - |
| XYZ | 31.29 | 22.84 | 18.38 | - |
| YUV | 132.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 113 | 0 | 0.49 | 0.43 | 0.22 | 353.2 | 0.46 | 0.59 |
| Hex | C7 | 66 | 71 | 0 | 31 | 2B | 16 | 161 | 2E | 3B |
| Octal | 307 | 146 | 161 | 0 | 61 | 53 | 26 | 541 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1110001 | 0 | 110001 | 101011 | 10110 | 101100001 | 101110 | 111011 |
Color Harmonies of #C76671
Complementary color
Monochromatic Colors of #C76671
Black with #C76671
Text Example
Text Example
White with #C76671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76671; }
p { color: rgb(199,102,113); }
H1.HeaderClassName
{
color: #C76671;
}
.AnyTagClassName
{
color: #C76671;
}
</style>
background-color css
<style>
a { background-color: #C76671; }
a { background-color: rgb(199,102,113); }
div.DivClassName
{
background-color: #C76671;
}
.BgClassName
{
background-color: #C76671;
}
</style>
border-color css
<style>
span { border-color: #C76671; }
span { border-color: rgb(199,102,113); }
td.TdClassName
{
border-color: #C76671;
}
.TagClassName
{
border-color: #C76671;
}
</style>