Shades of Whiskey #C8875B
Tints of Whiskey #C8875B
RGB
CMYK
RGB Variations
Color information
#C8875B (or 0xC8875B) is known color: Whiskey. HEX triplet: C8, 87 and 5B. RGB value is (200,135,91). Sum of RGB (Red+Green+Blue) = 200+135+91=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8875B is #3778A4. Grayscale: #959595. Windows color (decimal): -3635365 or 5998536. OLE color: 5998536.
HSL color Cylindrical-coordinate representation of color #C8875B: hue angle of 24.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8875B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 91 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.22 |
| HSL | 24.22º | 0.5% | 0.57% | - |
| HSV(B) | 24.22º | 0.55% | 0.78% | - |
| XYZ | 34.37 | 30.36 | 13.95 | - |
| YUV | 149.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 91 | 0 | 0.32 | 0.54 | 0.22 | 24.22 | 0.5 | 0.57 |
| Hex | C8 | 87 | 5B | 0 | 20 | 36 | 16 | 18 | 32 | 39 |
| Octal | 310 | 207 | 133 | 0 | 40 | 66 | 26 | 30 | 62 | 71 |
| Binary | 11001000 | 10000111 | 1011011 | 0 | 100000 | 110110 | 10110 | 11000 | 110010 | 111001 |
Color Harmonies of #C8875B
Complementary color
Monochromatic Colors of #C8875B
Black with #C8875B
Text Example
Text Example
White with #C8875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8875B; }
p { color: rgb(200,135,91); }
H1.HeaderClassName
{
color: #C8875B;
}
.AnyTagClassName
{
color: #C8875B;
}
</style>
background-color css
<style>
a { background-color: #C8875B; }
a { background-color: rgb(200,135,91); }
div.DivClassName
{
background-color: #C8875B;
}
.BgClassName
{
background-color: #C8875B;
}
</style>
border-color css
<style>
span { border-color: #C8875B; }
span { border-color: rgb(200,135,91); }
td.TdClassName
{
border-color: #C8875B;
}
.TagClassName
{
border-color: #C8875B;
}
</style>