Shades of Whiskey #C7875B
Tints of Whiskey #C7875B
RGB
CMYK
RGB Variations
Color information
#C7875B (or 0xC7875B) is known color: Whiskey. HEX triplet: C7, 87 and 5B. RGB value is (199,135,91). Sum of RGB (Red+Green+Blue) = 199+135+91=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7875B is #3878A4. Grayscale: #959595. Windows color (decimal): -3700901 or 5998535. OLE color: 5998535.
HSL color Cylindrical-coordinate representation of color #C7875B: hue angle of 24.44º degrees, saturation: 0.49, 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 #C7875B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 91 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.22 |
| HSL | 24.44º | 0.49% | 0.57% | - |
| HSV(B) | 24.44º | 0.54% | 0.78% | - |
| XYZ | 34.11 | 30.23 | 13.93 | - |
| YUV | 149.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 91 | 0 | 0.32 | 0.54 | 0.22 | 24.44 | 0.49 | 0.57 |
| Hex | C7 | 87 | 5B | 0 | 20 | 36 | 16 | 18 | 31 | 39 |
| Octal | 307 | 207 | 133 | 0 | 40 | 66 | 26 | 30 | 61 | 71 |
| Binary | 11000111 | 10000111 | 1011011 | 0 | 100000 | 110110 | 10110 | 11000 | 110001 | 111001 |
Color Harmonies of #C7875B
Complementary color
Monochromatic Colors of #C7875B
Black with #C7875B
Text Example
Text Example
White with #C7875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7875B; }
p { color: rgb(199,135,91); }
H1.HeaderClassName
{
color: #C7875B;
}
.AnyTagClassName
{
color: #C7875B;
}
</style>
background-color css
<style>
a { background-color: #C7875B; }
a { background-color: rgb(199,135,91); }
div.DivClassName
{
background-color: #C7875B;
}
.BgClassName
{
background-color: #C7875B;
}
</style>
border-color css
<style>
span { border-color: #C7875B; }
span { border-color: rgb(199,135,91); }
td.TdClassName
{
border-color: #C7875B;
}
.TagClassName
{
border-color: #C7875B;
}
</style>