Shades of Whiskey #CE9069
Tints of Whiskey #CE9069
RGB
CMYK
RGB Variations
Color information
#CE9069 (or 0xCE9069) is known color: Whiskey. HEX triplet: CE, 90 and 69. RGB value is (206,144,105). Sum of RGB (Red+Green+Blue) = 206+144+105=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9069 is #316F96. Grayscale: #9E9E9E. Windows color (decimal): -3239831 or 6918350. OLE color: 6918350.
HSL color Cylindrical-coordinate representation of color #CE9069: hue angle of 23.17º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE9069 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 105 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.19 |
| HSL | 23.17º | 0.51% | 0.61% | - |
| HSV(B) | 23.17º | 0.49% | 0.81% | - |
| XYZ | 37.98 | 34.09 | 17.94 | - |
| YUV | 158.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 105 | 0 | 0.30 | 0.49 | 0.19 | 23.17 | 0.51 | 0.61 |
| Hex | CE | 90 | 69 | 0 | 1E | 31 | 13 | 17 | 33 | 3D |
| Octal | 316 | 220 | 151 | 0 | 36 | 61 | 23 | 27 | 63 | 75 |
| Binary | 11001110 | 10010000 | 1101001 | 0 | 11110 | 110001 | 10011 | 10111 | 110011 | 111101 |
Color Harmonies of #CE9069
Complementary color
Monochromatic Colors of #CE9069
Black with #CE9069
Text Example
Text Example
White with #CE9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9069; }
p { color: rgb(206,144,105); }
H1.HeaderClassName
{
color: #CE9069;
}
.AnyTagClassName
{
color: #CE9069;
}
</style>
background-color css
<style>
a { background-color: #CE9069; }
a { background-color: rgb(206,144,105); }
div.DivClassName
{
background-color: #CE9069;
}
.BgClassName
{
background-color: #CE9069;
}
</style>
border-color css
<style>
span { border-color: #CE9069; }
span { border-color: rgb(206,144,105); }
td.TdClassName
{
border-color: #CE9069;
}
.TagClassName
{
border-color: #CE9069;
}
</style>