Shades of Whiskey #CE906B
Tints of Whiskey #CE906B
RGB
CMYK
RGB Variations
Color information
#CE906B (or 0xCE906B) is known color: Whiskey. HEX triplet: CE, 90 and 6B. RGB value is (206,144,107). Sum of RGB (Red+Green+Blue) = 206+144+107=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE906B is #316F94. Grayscale: #9E9E9E. Windows color (decimal): -3239829 or 7049422. OLE color: 7049422.
HSL color Cylindrical-coordinate representation of color #CE906B: hue angle of 22.42º 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 #CE906B is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 107 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.19 |
| HSL | 22.42º | 0.5% | 0.61% | - |
| HSV(B) | 22.42º | 0.48% | 0.81% | - |
| XYZ | 38.08 | 34.13 | 18.49 | - |
| YUV | 158.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 107 | 0 | 0.30 | 0.48 | 0.19 | 22.42 | 0.5 | 0.61 |
| Hex | CE | 90 | 6B | 0 | 1E | 30 | 13 | 16 | 32 | 3D |
| Octal | 316 | 220 | 153 | 0 | 36 | 60 | 23 | 26 | 62 | 75 |
| Binary | 11001110 | 10010000 | 1101011 | 0 | 11110 | 110000 | 10011 | 10110 | 110010 | 111101 |
Color Harmonies of #CE906B
Complementary color
Monochromatic Colors of #CE906B
Black with #CE906B
Text Example
Text Example
White with #CE906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE906B; }
p { color: rgb(206,144,107); }
H1.HeaderClassName
{
color: #CE906B;
}
.AnyTagClassName
{
color: #CE906B;
}
</style>
background-color css
<style>
a { background-color: #CE906B; }
a { background-color: rgb(206,144,107); }
div.DivClassName
{
background-color: #CE906B;
}
.BgClassName
{
background-color: #CE906B;
}
</style>
border-color css
<style>
span { border-color: #CE906B; }
span { border-color: rgb(206,144,107); }
td.TdClassName
{
border-color: #CE906B;
}
.TagClassName
{
border-color: #CE906B;
}
</style>