Shades of Cabaret #C7676A
Tints of Cabaret #C7676A
RGB
CMYK
RGB Variations
Color information
#C7676A (or 0xC7676A) is known color: Cabaret. HEX triplet: C7, 67 and 6A. RGB value is (199,103,106). Sum of RGB (Red+Green+Blue) = 199+103+106=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7676A is #389895. Grayscale: #848484. Windows color (decimal): -3709078 or 6973383. OLE color: 6973383.
HSL color Cylindrical-coordinate representation of color #C7676A: hue angle of 358.12º 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 #C7676A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 106 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.22 |
| HSL | 358.13º | 0.46% | 0.59% | - |
| HSV(B) | 358.13º | 0.48% | 0.78% | - |
| XYZ | 31 | 22.88 | 16.42 | - |
| YUV | 132.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 106 | 0 | 0.48 | 0.47 | 0.22 | 358.13 | 0.46 | 0.59 |
| Hex | C7 | 67 | 6A | 0 | 30 | 2F | 16 | 166 | 2E | 3B |
| Octal | 307 | 147 | 152 | 0 | 60 | 57 | 26 | 546 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1101010 | 0 | 110000 | 101111 | 10110 | 101100110 | 101110 | 111011 |
Color Harmonies of #C7676A
Complementary color
Monochromatic Colors of #C7676A
Black with #C7676A
Text Example
Text Example
White with #C7676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7676A; }
p { color: rgb(199,103,106); }
H1.HeaderClassName
{
color: #C7676A;
}
.AnyTagClassName
{
color: #C7676A;
}
</style>
background-color css
<style>
a { background-color: #C7676A; }
a { background-color: rgb(199,103,106); }
div.DivClassName
{
background-color: #C7676A;
}
.BgClassName
{
background-color: #C7676A;
}
</style>
border-color css
<style>
span { border-color: #C7676A; }
span { border-color: rgb(199,103,106); }
td.TdClassName
{
border-color: #C7676A;
}
.TagClassName
{
border-color: #C7676A;
}
</style>