Shades of Whiskey #CB9762
Tints of Whiskey #CB9762
RGB
CMYK
RGB Variations
Color information
#CB9762 (or 0xCB9762) is known color: Whiskey. HEX triplet: CB, 97 and 62. RGB value is (203,151,98). Sum of RGB (Red+Green+Blue) = 203+151+98=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9762 is #34689D. Grayscale: #A0A0A0. Windows color (decimal): -3434654 or 6461387. OLE color: 6461387.
HSL color Cylindrical-coordinate representation of color #CB9762: hue angle of 30.29º 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 #CB9762 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 98 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.20 |
| HSL | 30.29º | 0.5% | 0.59% | - |
| HSV(B) | 30.29º | 0.52% | 0.8% | - |
| XYZ | 37.9 | 35.71 | 16.45 | - |
| YUV | 160.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 98 | 0 | 0.26 | 0.52 | 0.20 | 30.29 | 0.5 | 0.59 |
| Hex | CB | 97 | 62 | 0 | 1A | 34 | 14 | 1E | 32 | 3B |
| Octal | 313 | 227 | 142 | 0 | 32 | 64 | 24 | 36 | 62 | 73 |
| Binary | 11001011 | 10010111 | 1100010 | 0 | 11010 | 110100 | 10100 | 11110 | 110010 | 111011 |
Color Harmonies of #CB9762
Complementary color
Monochromatic Colors of #CB9762
Black with #CB9762
Text Example
Text Example
White with #CB9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9762; }
p { color: rgb(203,151,98); }
H1.HeaderClassName
{
color: #CB9762;
}
.AnyTagClassName
{
color: #CB9762;
}
</style>
background-color css
<style>
a { background-color: #CB9762; }
a { background-color: rgb(203,151,98); }
div.DivClassName
{
background-color: #CB9762;
}
.BgClassName
{
background-color: #CB9762;
}
</style>
border-color css
<style>
span { border-color: #CB9762; }
span { border-color: rgb(203,151,98); }
td.TdClassName
{
border-color: #CB9762;
}
.TagClassName
{
border-color: #CB9762;
}
</style>