Shades of Whiskey #CB8F69
Tints of Whiskey #CB8F69
RGB
CMYK
RGB Variations
Color information
#CB8F69 (or 0xCB8F69) is known color: Whiskey. HEX triplet: CB, 8F and 69. RGB value is (203,143,105). Sum of RGB (Red+Green+Blue) = 203+143+105=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F69 is #347096. Grayscale: #9C9C9C. Windows color (decimal): -3436695 or 6918091. OLE color: 6918091.
HSL color Cylindrical-coordinate representation of color #CB8F69: hue angle of 23.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB8F69 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 105 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.20 |
| HSL | 23.27º | 0.49% | 0.6% | - |
| HSV(B) | 23.27º | 0.48% | 0.8% | - |
| XYZ | 37 | 33.36 | 17.85 | - |
| YUV | 156.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 105 | 0 | 0.30 | 0.48 | 0.20 | 23.27 | 0.49 | 0.6 |
| Hex | CB | 8F | 69 | 0 | 1E | 30 | 14 | 17 | 31 | 3C |
| Octal | 313 | 217 | 151 | 0 | 36 | 60 | 24 | 27 | 61 | 74 |
| Binary | 11001011 | 10001111 | 1101001 | 0 | 11110 | 110000 | 10100 | 10111 | 110001 | 111100 |
Color Harmonies of #CB8F69
Complementary color
Monochromatic Colors of #CB8F69
Black with #CB8F69
Text Example
Text Example
White with #CB8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F69; }
p { color: rgb(203,143,105); }
H1.HeaderClassName
{
color: #CB8F69;
}
.AnyTagClassName
{
color: #CB8F69;
}
</style>
background-color css
<style>
a { background-color: #CB8F69; }
a { background-color: rgb(203,143,105); }
div.DivClassName
{
background-color: #CB8F69;
}
.BgClassName
{
background-color: #CB8F69;
}
</style>
border-color css
<style>
span { border-color: #CB8F69; }
span { border-color: rgb(203,143,105); }
td.TdClassName
{
border-color: #CB8F69;
}
.TagClassName
{
border-color: #CB8F69;
}
</style>