Shades of Whiskey #C38D63
Tints of Whiskey #C38D63
RGB
CMYK
RGB Variations
Color information
#C38D63 (or 0xC38D63) is known color: Whiskey. HEX triplet: C3, 8D and 63. RGB value is (195,141,99). Sum of RGB (Red+Green+Blue) = 195+141+99=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D63 is #3C729C. Grayscale: #989898. Windows color (decimal): -3961501 or 6524355. OLE color: 6524355.
HSL color Cylindrical-coordinate representation of color #C38D63: hue angle of 26.25º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38D63 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 99 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.24 |
| HSL | 26.25º | 0.44% | 0.58% | - |
| HSV(B) | 26.25º | 0.49% | 0.76% | - |
| XYZ | 34.28 | 31.55 | 16.09 | - |
| YUV | 152.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 99 | 0 | 0.28 | 0.49 | 0.24 | 26.25 | 0.44 | 0.58 |
| Hex | C3 | 8D | 63 | 0 | 1C | 31 | 18 | 1A | 2C | 3A |
| Octal | 303 | 215 | 143 | 0 | 34 | 61 | 30 | 32 | 54 | 72 |
| Binary | 11000011 | 10001101 | 1100011 | 0 | 11100 | 110001 | 11000 | 11010 | 101100 | 111010 |
Color Harmonies of #C38D63
Complementary color
Monochromatic Colors of #C38D63
Black with #C38D63
Text Example
Text Example
White with #C38D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D63; }
p { color: rgb(195,141,99); }
H1.HeaderClassName
{
color: #C38D63;
}
.AnyTagClassName
{
color: #C38D63;
}
</style>
background-color css
<style>
a { background-color: #C38D63; }
a { background-color: rgb(195,141,99); }
div.DivClassName
{
background-color: #C38D63;
}
.BgClassName
{
background-color: #C38D63;
}
</style>
border-color css
<style>
span { border-color: #C38D63; }
span { border-color: rgb(195,141,99); }
td.TdClassName
{
border-color: #C38D63;
}
.TagClassName
{
border-color: #C38D63;
}
</style>