Shades of Whiskey #C7926B
Tints of Whiskey #C7926B
RGB
CMYK
RGB Variations
Color information
#C7926B (or 0xC7926B) is known color: Whiskey. HEX triplet: C7, 92 and 6B. RGB value is (199,146,107). Sum of RGB (Red+Green+Blue) = 199+146+107=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7926B is #386D94. Grayscale: #9D9D9D. Windows color (decimal): -3698069 or 7049927. OLE color: 7049927.
HSL color Cylindrical-coordinate representation of color #C7926B: hue angle of 25.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7926B is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 107 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.22 |
| HSL | 25.43º | 0.45% | 0.6% | - |
| HSV(B) | 25.43º | 0.46% | 0.78% | - |
| XYZ | 36.49 | 33.76 | 18.5 | - |
| YUV | 157.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 107 | 0 | 0.27 | 0.46 | 0.22 | 25.43 | 0.45 | 0.6 |
| Hex | C7 | 92 | 6B | 0 | 1B | 2E | 16 | 19 | 2D | 3C |
| Octal | 307 | 222 | 153 | 0 | 33 | 56 | 26 | 31 | 55 | 74 |
| Binary | 11000111 | 10010010 | 1101011 | 0 | 11011 | 101110 | 10110 | 11001 | 101101 | 111100 |
Color Harmonies of #C7926B
Complementary color
Monochromatic Colors of #C7926B
Black with #C7926B
Text Example
Text Example
White with #C7926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7926B; }
p { color: rgb(199,146,107); }
H1.HeaderClassName
{
color: #C7926B;
}
.AnyTagClassName
{
color: #C7926B;
}
</style>
background-color css
<style>
a { background-color: #C7926B; }
a { background-color: rgb(199,146,107); }
div.DivClassName
{
background-color: #C7926B;
}
.BgClassName
{
background-color: #C7926B;
}
</style>
border-color css
<style>
span { border-color: #C7926B; }
span { border-color: rgb(199,146,107); }
td.TdClassName
{
border-color: #C7926B;
}
.TagClassName
{
border-color: #C7926B;
}
</style>