Shades of Whiskey #CE9269
Tints of Whiskey #CE9269
RGB
CMYK
RGB Variations
Color information
#CE9269 (or 0xCE9269) is known color: Whiskey. HEX triplet: CE, 92 and 69. RGB value is (206,146,105). Sum of RGB (Red+Green+Blue) = 206+146+105=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9269 is #316D96. Grayscale: #9F9F9F. Windows color (decimal): -3239319 or 6918862. OLE color: 6918862.
HSL color Cylindrical-coordinate representation of color #CE9269: hue angle of 24.36º 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 #CE9269 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 105 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.19 |
| HSL | 24.36º | 0.51% | 0.61% | - |
| HSV(B) | 24.36º | 0.49% | 0.81% | - |
| XYZ | 38.28 | 34.7 | 18.04 | - |
| YUV | 159.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 105 | 0 | 0.29 | 0.49 | 0.19 | 24.36 | 0.51 | 0.61 |
| Hex | CE | 92 | 69 | 0 | 1D | 31 | 13 | 18 | 33 | 3D |
| Octal | 316 | 222 | 151 | 0 | 35 | 61 | 23 | 30 | 63 | 75 |
| Binary | 11001110 | 10010010 | 1101001 | 0 | 11101 | 110001 | 10011 | 11000 | 110011 | 111101 |
Color Harmonies of #CE9269
Complementary color
Monochromatic Colors of #CE9269
Black with #CE9269
Text Example
Text Example
White with #CE9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9269; }
p { color: rgb(206,146,105); }
H1.HeaderClassName
{
color: #CE9269;
}
.AnyTagClassName
{
color: #CE9269;
}
</style>
background-color css
<style>
a { background-color: #CE9269; }
a { background-color: rgb(206,146,105); }
div.DivClassName
{
background-color: #CE9269;
}
.BgClassName
{
background-color: #CE9269;
}
</style>
border-color css
<style>
span { border-color: #CE9269; }
span { border-color: rgb(206,146,105); }
td.TdClassName
{
border-color: #CE9269;
}
.TagClassName
{
border-color: #CE9269;
}
</style>