Shades of Whiskey #CB9261
Tints of Whiskey #CB9261
RGB
CMYK
RGB Variations
Color information
#CB9261 (or 0xCB9261) is known color: Whiskey. HEX triplet: CB, 92 and 61. RGB value is (203,146,97). Sum of RGB (Red+Green+Blue) = 203+146+97=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9261 is #346D9E. Grayscale: #9D9D9D. Windows color (decimal): -3435935 or 6394571. OLE color: 6394571.
HSL color Cylindrical-coordinate representation of color #CB9261: hue angle of 27.74º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB9261 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 97 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.20 |
| HSL | 27.74º | 0.5% | 0.59% | - |
| HSV(B) | 27.74º | 0.52% | 0.8% | - |
| XYZ | 37.07 | 34.12 | 15.94 | - |
| YUV | 157.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 97 | 0 | 0.28 | 0.52 | 0.20 | 27.74 | 0.5 | 0.59 |
| Hex | CB | 92 | 61 | 0 | 1C | 34 | 14 | 1C | 32 | 3B |
| Octal | 313 | 222 | 141 | 0 | 34 | 64 | 24 | 34 | 62 | 73 |
| Binary | 11001011 | 10010010 | 1100001 | 0 | 11100 | 110100 | 10100 | 11100 | 110010 | 111011 |
Color Harmonies of #CB9261
Complementary color
Monochromatic Colors of #CB9261
Black with #CB9261
Text Example
Text Example
White with #CB9261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9261; }
p { color: rgb(203,146,97); }
H1.HeaderClassName
{
color: #CB9261;
}
.AnyTagClassName
{
color: #CB9261;
}
</style>
background-color css
<style>
a { background-color: #CB9261; }
a { background-color: rgb(203,146,97); }
div.DivClassName
{
background-color: #CB9261;
}
.BgClassName
{
background-color: #CB9261;
}
</style>
border-color css
<style>
span { border-color: #CB9261; }
span { border-color: rgb(203,146,97); }
td.TdClassName
{
border-color: #CB9261;
}
.TagClassName
{
border-color: #CB9261;
}
</style>