Shades of Whiskey #CE976D
Tints of Whiskey #CE976D
RGB
CMYK
RGB Variations
Color information
#CE976D (or 0xCE976D) is known color: Whiskey. HEX triplet: CE, 97 and 6D. RGB value is (206,151,109). Sum of RGB (Red+Green+Blue) = 206+151+109=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976D is #316892. Grayscale: #A2A2A2. Windows color (decimal): -3238035 or 7182286. OLE color: 7182286.
HSL color Cylindrical-coordinate representation of color #CE976D: hue angle of 25.98º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE976D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 109 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.19 |
| HSL | 25.98º | 0.5% | 0.62% | - |
| HSV(B) | 25.98º | 0.47% | 0.81% | - |
| XYZ | 39.28 | 36.36 | 19.42 | - |
| YUV | 162.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 109 | 0 | 0.27 | 0.47 | 0.19 | 25.98 | 0.5 | 0.62 |
| Hex | CE | 97 | 6D | 0 | 1B | 2F | 13 | 1A | 32 | 3E |
| Octal | 316 | 227 | 155 | 0 | 33 | 57 | 23 | 32 | 62 | 76 |
| Binary | 11001110 | 10010111 | 1101101 | 0 | 11011 | 101111 | 10011 | 11010 | 110010 | 111110 |
Color Harmonies of #CE976D
Complementary color
Monochromatic Colors of #CE976D
Black with #CE976D
Text Example
Text Example
White with #CE976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE976D; }
p { color: rgb(206,151,109); }
H1.HeaderClassName
{
color: #CE976D;
}
.AnyTagClassName
{
color: #CE976D;
}
</style>
background-color css
<style>
a { background-color: #CE976D; }
a { background-color: rgb(206,151,109); }
div.DivClassName
{
background-color: #CE976D;
}
.BgClassName
{
background-color: #CE976D;
}
</style>
border-color css
<style>
span { border-color: #CE976D; }
span { border-color: rgb(206,151,109); }
td.TdClassName
{
border-color: #CE976D;
}
.TagClassName
{
border-color: #CE976D;
}
</style>