Shades of Whiskey #C38E68
Tints of Whiskey #C38E68
RGB
CMYK
RGB Variations
Color information
#C38E68 (or 0xC38E68) is known color: Whiskey. HEX triplet: C3, 8E and 68. RGB value is (195,142,104). Sum of RGB (Red+Green+Blue) = 195+142+104=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E68 is #3C7197. Grayscale: #999999. Windows color (decimal): -3961240 or 6852291. OLE color: 6852291.
HSL color Cylindrical-coordinate representation of color #C38E68: hue angle of 25.05º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C38E68 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 104 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.24 |
| HSL | 25.05º | 0.43% | 0.59% | - |
| HSV(B) | 25.05º | 0.47% | 0.76% | - |
| XYZ | 34.68 | 31.95 | 17.44 | - |
| YUV | 153.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 104 | 0 | 0.27 | 0.47 | 0.24 | 25.05 | 0.43 | 0.59 |
| Hex | C3 | 8E | 68 | 0 | 1B | 2F | 18 | 19 | 2B | 3B |
| Octal | 303 | 216 | 150 | 0 | 33 | 57 | 30 | 31 | 53 | 73 |
| Binary | 11000011 | 10001110 | 1101000 | 0 | 11011 | 101111 | 11000 | 11001 | 101011 | 111011 |
Color Harmonies of #C38E68
Complementary color
Monochromatic Colors of #C38E68
Black with #C38E68
Text Example
Text Example
White with #C38E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E68; }
p { color: rgb(195,142,104); }
H1.HeaderClassName
{
color: #C38E68;
}
.AnyTagClassName
{
color: #C38E68;
}
</style>
background-color css
<style>
a { background-color: #C38E68; }
a { background-color: rgb(195,142,104); }
div.DivClassName
{
background-color: #C38E68;
}
.BgClassName
{
background-color: #C38E68;
}
</style>
border-color css
<style>
span { border-color: #C38E68; }
span { border-color: rgb(195,142,104); }
td.TdClassName
{
border-color: #C38E68;
}
.TagClassName
{
border-color: #C38E68;
}
</style>