Shades of Whiskey #CF885B
Tints of Whiskey #CF885B
RGB
CMYK
RGB Variations
Color information
#CF885B (or 0xCF885B) is known color: Whiskey. HEX triplet: CF, 88 and 5B. RGB value is (207,136,91). Sum of RGB (Red+Green+Blue) = 207+136+91=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF885B is #3077A4. Grayscale: #989898. Windows color (decimal): -3176357 or 5998799. OLE color: 5998799.
HSL color Cylindrical-coordinate representation of color #CF885B: hue angle of 23.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF885B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 91 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.19 |
| HSL | 23.28º | 0.55% | 0.58% | - |
| HSV(B) | 23.28º | 0.56% | 0.81% | - |
| XYZ | 36.42 | 31.63 | 14.08 | - |
| YUV | 152.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 91 | 0 | 0.34 | 0.56 | 0.19 | 23.28 | 0.55 | 0.58 |
| Hex | CF | 88 | 5B | 0 | 22 | 38 | 13 | 17 | 37 | 3A |
| Octal | 317 | 210 | 133 | 0 | 42 | 70 | 23 | 27 | 67 | 72 |
| Binary | 11001111 | 10001000 | 1011011 | 0 | 100010 | 111000 | 10011 | 10111 | 110111 | 111010 |
Color Harmonies of #CF885B
Complementary color
Monochromatic Colors of #CF885B
Black with #CF885B
Text Example
Text Example
White with #CF885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF885B; }
p { color: rgb(207,136,91); }
H1.HeaderClassName
{
color: #CF885B;
}
.AnyTagClassName
{
color: #CF885B;
}
</style>
background-color css
<style>
a { background-color: #CF885B; }
a { background-color: rgb(207,136,91); }
div.DivClassName
{
background-color: #CF885B;
}
.BgClassName
{
background-color: #CF885B;
}
</style>
border-color css
<style>
span { border-color: #CF885B; }
span { border-color: rgb(207,136,91); }
td.TdClassName
{
border-color: #CF885B;
}
.TagClassName
{
border-color: #CF885B;
}
</style>