Shades of Whiskey #CE956B
Tints of Whiskey #CE956B
RGB
CMYK
RGB Variations
Color information
#CE956B (or 0xCE956B) is known color: Whiskey. HEX triplet: CE, 95 and 6B. RGB value is (206,149,107). Sum of RGB (Red+Green+Blue) = 206+149+107=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956B is #316A94. Grayscale: #A1A1A1. Windows color (decimal): -3238549 or 7050702. OLE color: 7050702.
HSL color Cylindrical-coordinate representation of color #CE956B: hue angle of 25.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE956B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 107 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.19 |
| HSL | 25.45º | 0.5% | 0.61% | - |
| HSV(B) | 25.45º | 0.48% | 0.81% | - |
| XYZ | 38.85 | 35.68 | 18.75 | - |
| YUV | 161.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 107 | 0 | 0.28 | 0.48 | 0.19 | 25.45 | 0.5 | 0.61 |
| Hex | CE | 95 | 6B | 0 | 1C | 30 | 13 | 19 | 32 | 3D |
| Octal | 316 | 225 | 153 | 0 | 34 | 60 | 23 | 31 | 62 | 75 |
| Binary | 11001110 | 10010101 | 1101011 | 0 | 11100 | 110000 | 10011 | 11001 | 110010 | 111101 |
Color Harmonies of #CE956B
Complementary color
Monochromatic Colors of #CE956B
Black with #CE956B
Text Example
Text Example
White with #CE956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE956B; }
p { color: rgb(206,149,107); }
H1.HeaderClassName
{
color: #CE956B;
}
.AnyTagClassName
{
color: #CE956B;
}
</style>
background-color css
<style>
a { background-color: #CE956B; }
a { background-color: rgb(206,149,107); }
div.DivClassName
{
background-color: #CE956B;
}
.BgClassName
{
background-color: #CE956B;
}
</style>
border-color css
<style>
span { border-color: #CE956B; }
span { border-color: rgb(206,149,107); }
td.TdClassName
{
border-color: #CE956B;
}
.TagClassName
{
border-color: #CE956B;
}
</style>