Shades of Whiskey #CE976C
Tints of Whiskey #CE976C
RGB
CMYK
RGB Variations
Color information
#CE976C (or 0xCE976C) is known color: Whiskey. HEX triplet: CE, 97 and 6C. RGB value is (206,151,108). Sum of RGB (Red+Green+Blue) = 206+151+108=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976C is #316893. Grayscale: #A2A2A2. Windows color (decimal): -3238036 or 7116750. OLE color: 7116750.
HSL color Cylindrical-coordinate representation of color #CE976C: hue angle of 26.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE976C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 108 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.19 |
| HSL | 26.33º | 0.5% | 0.62% | - |
| HSV(B) | 26.33º | 0.48% | 0.81% | - |
| XYZ | 39.23 | 36.34 | 19.13 | - |
| YUV | 162.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 108 | 0 | 0.27 | 0.48 | 0.19 | 26.33 | 0.5 | 0.62 |
| Hex | CE | 97 | 6C | 0 | 1B | 30 | 13 | 1A | 32 | 3E |
| Octal | 316 | 227 | 154 | 0 | 33 | 60 | 23 | 32 | 62 | 76 |
| Binary | 11001110 | 10010111 | 1101100 | 0 | 11011 | 110000 | 10011 | 11010 | 110010 | 111110 |
Color Harmonies of #CE976C
Complementary color
Monochromatic Colors of #CE976C
Black with #CE976C
Text Example
Text Example
White with #CE976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE976C; }
p { color: rgb(206,151,108); }
H1.HeaderClassName
{
color: #CE976C;
}
.AnyTagClassName
{
color: #CE976C;
}
</style>
background-color css
<style>
a { background-color: #CE976C; }
a { background-color: rgb(206,151,108); }
div.DivClassName
{
background-color: #CE976C;
}
.BgClassName
{
background-color: #CE976C;
}
</style>
border-color css
<style>
span { border-color: #CE976C; }
span { border-color: rgb(206,151,108); }
td.TdClassName
{
border-color: #CE976C;
}
.TagClassName
{
border-color: #CE976C;
}
</style>