Shades of Whiskey #C38B67
Tints of Whiskey #C38B67
RGB
CMYK
RGB Variations
Color information
#C38B67 (or 0xC38B67) is known color: Whiskey. HEX triplet: C3, 8B and 67. RGB value is (195,139,103). Sum of RGB (Red+Green+Blue) = 195+139+103=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B67 is #3C7498. Grayscale: #979797. Windows color (decimal): -3962009 or 6785987. OLE color: 6785987.
HSL color Cylindrical-coordinate representation of color #C38B67: hue angle of 23.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C38B67 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 103 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.24 |
| HSL | 23.48º | 0.43% | 0.58% | - |
| HSV(B) | 23.48º | 0.47% | 0.76% | - |
| XYZ | 34.19 | 31.05 | 17.02 | - |
| YUV | 151.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 103 | 0 | 0.29 | 0.47 | 0.24 | 23.48 | 0.43 | 0.58 |
| Hex | C3 | 8B | 67 | 0 | 1D | 2F | 18 | 17 | 2B | 3A |
| Octal | 303 | 213 | 147 | 0 | 35 | 57 | 30 | 27 | 53 | 72 |
| Binary | 11000011 | 10001011 | 1100111 | 0 | 11101 | 101111 | 11000 | 10111 | 101011 | 111010 |
Color Harmonies of #C38B67
Complementary color
Monochromatic Colors of #C38B67
Black with #C38B67
Text Example
Text Example
White with #C38B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B67; }
p { color: rgb(195,139,103); }
H1.HeaderClassName
{
color: #C38B67;
}
.AnyTagClassName
{
color: #C38B67;
}
</style>
background-color css
<style>
a { background-color: #C38B67; }
a { background-color: rgb(195,139,103); }
div.DivClassName
{
background-color: #C38B67;
}
.BgClassName
{
background-color: #C38B67;
}
</style>
border-color css
<style>
span { border-color: #C38B67; }
span { border-color: rgb(195,139,103); }
td.TdClassName
{
border-color: #C38B67;
}
.TagClassName
{
border-color: #C38B67;
}
</style>