Shades of Whiskey #C8926A
Tints of Whiskey #C8926A
RGB
CMYK
RGB Variations
Color information
#C8926A (or 0xC8926A) is known color: Whiskey. HEX triplet: C8, 92 and 6A. RGB value is (200,146,106). Sum of RGB (Red+Green+Blue) = 200+146+106=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8926A is #376D95. Grayscale: #9D9D9D. Windows color (decimal): -3632534 or 6984392. OLE color: 6984392.
HSL color Cylindrical-coordinate representation of color #C8926A: hue angle of 25.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8926A is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 106 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.22 |
| HSL | 25.53º | 0.46% | 0.6% | - |
| HSV(B) | 25.53º | 0.47% | 0.78% | - |
| XYZ | 36.7 | 33.88 | 18.24 | - |
| YUV | 157.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 106 | 0 | 0.27 | 0.47 | 0.22 | 25.53 | 0.46 | 0.6 |
| Hex | C8 | 92 | 6A | 0 | 1B | 2F | 16 | 1A | 2E | 3C |
| Octal | 310 | 222 | 152 | 0 | 33 | 57 | 26 | 32 | 56 | 74 |
| Binary | 11001000 | 10010010 | 1101010 | 0 | 11011 | 101111 | 10110 | 11010 | 101110 | 111100 |
Color Harmonies of #C8926A
Complementary color
Monochromatic Colors of #C8926A
Black with #C8926A
Text Example
Text Example
White with #C8926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8926A; }
p { color: rgb(200,146,106); }
H1.HeaderClassName
{
color: #C8926A;
}
.AnyTagClassName
{
color: #C8926A;
}
</style>
background-color css
<style>
a { background-color: #C8926A; }
a { background-color: rgb(200,146,106); }
div.DivClassName
{
background-color: #C8926A;
}
.BgClassName
{
background-color: #C8926A;
}
</style>
border-color css
<style>
span { border-color: #C8926A; }
span { border-color: rgb(200,146,106); }
td.TdClassName
{
border-color: #C8926A;
}
.TagClassName
{
border-color: #C8926A;
}
</style>