Shades of Cabaret #C7676D
Tints of Cabaret #C7676D
RGB
CMYK
RGB Variations
Color information
#C7676D (or 0xC7676D) is known color: Cabaret. HEX triplet: C7, 67 and 6D. RGB value is (199,103,109). Sum of RGB (Red+Green+Blue) = 199+103+109=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7676D is #389892. Grayscale: #848484. Windows color (decimal): -3709075 or 7169991. OLE color: 7169991.
HSL color Cylindrical-coordinate representation of color #C7676D: hue angle of 356.25º 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 #C7676D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 109 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.22 |
| HSL | 356.25º | 0.46% | 0.59% | - |
| HSV(B) | 356.25º | 0.48% | 0.78% | - |
| XYZ | 31.16 | 22.95 | 17.25 | - |
| YUV | 132.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 109 | 0 | 0.48 | 0.45 | 0.22 | 356.25 | 0.46 | 0.59 |
| Hex | C7 | 67 | 6D | 0 | 30 | 2D | 16 | 164 | 2E | 3B |
| Octal | 307 | 147 | 155 | 0 | 60 | 55 | 26 | 544 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1101101 | 0 | 110000 | 101101 | 10110 | 101100100 | 101110 | 111011 |
Color Harmonies of #C7676D
Complementary color
Monochromatic Colors of #C7676D
Black with #C7676D
Text Example
Text Example
White with #C7676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7676D; }
p { color: rgb(199,103,109); }
H1.HeaderClassName
{
color: #C7676D;
}
.AnyTagClassName
{
color: #C7676D;
}
</style>
background-color css
<style>
a { background-color: #C7676D; }
a { background-color: rgb(199,103,109); }
div.DivClassName
{
background-color: #C7676D;
}
.BgClassName
{
background-color: #C7676D;
}
</style>
border-color css
<style>
span { border-color: #C7676D; }
span { border-color: rgb(199,103,109); }
td.TdClassName
{
border-color: #C7676D;
}
.TagClassName
{
border-color: #C7676D;
}
</style>