Shades of Whiskey #C89267
Tints of Whiskey #C89267
RGB
CMYK
RGB Variations
Color information
#C89267 (or 0xC89267) is known color: Whiskey. HEX triplet: C8, 92 and 67. RGB value is (200,146,103). Sum of RGB (Red+Green+Blue) = 200+146+103=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89267 is #376D98. Grayscale: #9D9D9D. Windows color (decimal): -3632537 or 6787784. OLE color: 6787784.
HSL color Cylindrical-coordinate representation of color #C89267: hue angle of 26.6º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89267 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 103 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.22 |
| HSL | 26.6º | 0.47% | 0.59% | - |
| HSV(B) | 26.6º | 0.49% | 0.78% | - |
| XYZ | 36.55 | 33.82 | 17.43 | - |
| YUV | 157.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 103 | 0 | 0.27 | 0.48 | 0.22 | 26.6 | 0.47 | 0.59 |
| Hex | C8 | 92 | 67 | 0 | 1B | 30 | 16 | 1B | 2F | 3B |
| Octal | 310 | 222 | 147 | 0 | 33 | 60 | 26 | 33 | 57 | 73 |
| Binary | 11001000 | 10010010 | 1100111 | 0 | 11011 | 110000 | 10110 | 11011 | 101111 | 111011 |
Color Harmonies of #C89267
Complementary color
Monochromatic Colors of #C89267
Black with #C89267
Text Example
Text Example
White with #C89267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89267; }
p { color: rgb(200,146,103); }
H1.HeaderClassName
{
color: #C89267;
}
.AnyTagClassName
{
color: #C89267;
}
</style>
background-color css
<style>
a { background-color: #C89267; }
a { background-color: rgb(200,146,103); }
div.DivClassName
{
background-color: #C89267;
}
.BgClassName
{
background-color: #C89267;
}
</style>
border-color css
<style>
span { border-color: #C89267; }
span { border-color: rgb(200,146,103); }
td.TdClassName
{
border-color: #C89267;
}
.TagClassName
{
border-color: #C89267;
}
</style>