Shades of Whiskey #C98B5C
Tints of Whiskey #C98B5C
RGB
CMYK
RGB Variations
Color information
#C98B5C (or 0xC98B5C) is known color: Whiskey. HEX triplet: C9, 8B and 5C. RGB value is (201,139,92). Sum of RGB (Red+Green+Blue) = 201+139+92=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B5C is #3674A3. Grayscale: #989898. Windows color (decimal): -3568804 or 6065097. OLE color: 6065097.
HSL color Cylindrical-coordinate representation of color #C98B5C: hue angle of 25.87º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C98B5C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 92 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.21 |
| HSL | 25.87º | 0.5% | 0.57% | - |
| HSV(B) | 25.87º | 0.54% | 0.79% | - |
| XYZ | 35.25 | 31.66 | 14.38 | - |
| YUV | 152.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 92 | 0 | 0.31 | 0.54 | 0.21 | 25.87 | 0.5 | 0.57 |
| Hex | C9 | 8B | 5C | 0 | 1F | 36 | 15 | 1A | 32 | 39 |
| Octal | 311 | 213 | 134 | 0 | 37 | 66 | 25 | 32 | 62 | 71 |
| Binary | 11001001 | 10001011 | 1011100 | 0 | 11111 | 110110 | 10101 | 11010 | 110010 | 111001 |
Color Harmonies of #C98B5C
Complementary color
Monochromatic Colors of #C98B5C
Black with #C98B5C
Text Example
Text Example
White with #C98B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B5C; }
p { color: rgb(201,139,92); }
H1.HeaderClassName
{
color: #C98B5C;
}
.AnyTagClassName
{
color: #C98B5C;
}
</style>
background-color css
<style>
a { background-color: #C98B5C; }
a { background-color: rgb(201,139,92); }
div.DivClassName
{
background-color: #C98B5C;
}
.BgClassName
{
background-color: #C98B5C;
}
</style>
border-color css
<style>
span { border-color: #C98B5C; }
span { border-color: rgb(201,139,92); }
td.TdClassName
{
border-color: #C98B5C;
}
.TagClassName
{
border-color: #C98B5C;
}
</style>