Shades of Whiskey #C89067
Tints of Whiskey #C89067
RGB
CMYK
RGB Variations
Color information
#C89067 (or 0xC89067) is known color: Whiskey. HEX triplet: C8, 90 and 67. RGB value is (200,144,103). Sum of RGB (Red+Green+Blue) = 200+144+103=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C89067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89067 is #376F98. Grayscale: #9C9C9C. Windows color (decimal): -3633049 or 6787272. OLE color: 6787272.
HSL color Cylindrical-coordinate representation of color #C89067: hue angle of 25.36º 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 #C89067 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 103 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.22 |
| HSL | 25.36º | 0.47% | 0.59% | - |
| HSV(B) | 25.36º | 0.49% | 0.78% | - |
| XYZ | 36.24 | 33.21 | 17.33 | - |
| YUV | 156.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 103 | 0 | 0.28 | 0.48 | 0.22 | 25.36 | 0.47 | 0.59 |
| Hex | C8 | 90 | 67 | 0 | 1C | 30 | 16 | 19 | 2F | 3B |
| Octal | 310 | 220 | 147 | 0 | 34 | 60 | 26 | 31 | 57 | 73 |
| Binary | 11001000 | 10010000 | 1100111 | 0 | 11100 | 110000 | 10110 | 11001 | 101111 | 111011 |
Color Harmonies of #C89067
Complementary color
Monochromatic Colors of #C89067
Black with #C89067
Text Example
Text Example
White with #C89067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89067; }
p { color: rgb(200,144,103); }
H1.HeaderClassName
{
color: #C89067;
}
.AnyTagClassName
{
color: #C89067;
}
</style>
background-color css
<style>
a { background-color: #C89067; }
a { background-color: rgb(200,144,103); }
div.DivClassName
{
background-color: #C89067;
}
.BgClassName
{
background-color: #C89067;
}
</style>
border-color css
<style>
span { border-color: #C89067; }
span { border-color: rgb(200,144,103); }
td.TdClassName
{
border-color: #C89067;
}
.TagClassName
{
border-color: #C89067;
}
</style>