Shades of Cabaret #C7676C
Tints of Cabaret #C7676C
RGB
CMYK
RGB Variations
Color information
#C7676C (or 0xC7676C) is known color: Cabaret. HEX triplet: C7, 67 and 6C. RGB value is (199,103,108). Sum of RGB (Red+Green+Blue) = 199+103+108=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7676C is #389893. Grayscale: #848484. Windows color (decimal): -3709076 or 7104455. OLE color: 7104455.
HSL color Cylindrical-coordinate representation of color #C7676C: hue angle of 356.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7676C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 108 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.22 |
| HSL | 356.88º | 0.46% | 0.59% | - |
| HSV(B) | 356.88º | 0.48% | 0.78% | - |
| XYZ | 31.11 | 22.93 | 16.97 | - |
| YUV | 132.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 108 | 0 | 0.48 | 0.46 | 0.22 | 356.88 | 0.46 | 0.59 |
| Hex | C7 | 67 | 6C | 0 | 30 | 2E | 16 | 165 | 2E | 3B |
| Octal | 307 | 147 | 154 | 0 | 60 | 56 | 26 | 545 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1101100 | 0 | 110000 | 101110 | 10110 | 101100101 | 101110 | 111011 |
Color Harmonies of #C7676C
Complementary color
Monochromatic Colors of #C7676C
Black with #C7676C
Text Example
Text Example
White with #C7676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7676C; }
p { color: rgb(199,103,108); }
H1.HeaderClassName
{
color: #C7676C;
}
.AnyTagClassName
{
color: #C7676C;
}
</style>
background-color css
<style>
a { background-color: #C7676C; }
a { background-color: rgb(199,103,108); }
div.DivClassName
{
background-color: #C7676C;
}
.BgClassName
{
background-color: #C7676C;
}
</style>
border-color css
<style>
span { border-color: #C7676C; }
span { border-color: rgb(199,103,108); }
td.TdClassName
{
border-color: #C7676C;
}
.TagClassName
{
border-color: #C7676C;
}
</style>