Shades of Whiskey Sour #CE8C4F
Tints of Whiskey Sour #CE8C4F
RGB
CMYK
RGB Variations
Color information
#CE8C4F (or 0xCE8C4F) is known color: Whiskey Sour. HEX triplet: CE, 8C and 4F. RGB value is (206,140,79). Sum of RGB (Red+Green+Blue) = 206+140+79=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C4F is #3173B0. Grayscale: #999999. Windows color (decimal): -3240881 or 5213390. OLE color: 5213390.
HSL color Cylindrical-coordinate representation of color #CE8C4F: hue angle of 28.82º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE8C4F is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 79 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.19 |
| HSL | 28.82º | 0.56% | 0.56% | - |
| HSV(B) | 28.82º | 0.62% | 0.81% | - |
| XYZ | 36.24 | 32.44 | 11.75 | - |
| YUV | 152.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 79 | 0 | 0.32 | 0.62 | 0.19 | 28.82 | 0.56 | 0.56 |
| Hex | CE | 8C | 4F | 0 | 20 | 3E | 13 | 1D | 38 | 38 |
| Octal | 316 | 214 | 117 | 0 | 40 | 76 | 23 | 35 | 70 | 70 |
| Binary | 11001110 | 10001100 | 1001111 | 0 | 100000 | 111110 | 10011 | 11101 | 111000 | 111000 |
Color Harmonies of #CE8C4F
Complementary color
Monochromatic Colors of #CE8C4F
Black with #CE8C4F
Text Example
Text Example
White with #CE8C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C4F; }
p { color: rgb(206,140,79); }
H1.HeaderClassName
{
color: #CE8C4F;
}
.AnyTagClassName
{
color: #CE8C4F;
}
</style>
background-color css
<style>
a { background-color: #CE8C4F; }
a { background-color: rgb(206,140,79); }
div.DivClassName
{
background-color: #CE8C4F;
}
.BgClassName
{
background-color: #CE8C4F;
}
</style>
border-color css
<style>
span { border-color: #CE8C4F; }
span { border-color: rgb(206,140,79); }
td.TdClassName
{
border-color: #CE8C4F;
}
.TagClassName
{
border-color: #CE8C4F;
}
</style>