Shades of Whiskey #C38A66
Tints of Whiskey #C38A66
RGB
CMYK
RGB Variations
Color information
#C38A66 (or 0xC38A66) is known color: Whiskey. HEX triplet: C3, 8A and 66. RGB value is (195,138,102). Sum of RGB (Red+Green+Blue) = 195+138+102=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A66 is #3C7599. Grayscale: #979797. Windows color (decimal): -3962266 or 6720195. OLE color: 6720195.
HSL color Cylindrical-coordinate representation of color #C38A66: hue angle of 23.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38A66 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 102 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.24 |
| HSL | 23.23º | 0.44% | 0.58% | - |
| HSV(B) | 23.23º | 0.48% | 0.76% | - |
| XYZ | 33.99 | 30.74 | 16.71 | - |
| YUV | 150.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 102 | 0 | 0.29 | 0.48 | 0.24 | 23.23 | 0.44 | 0.58 |
| Hex | C3 | 8A | 66 | 0 | 1D | 30 | 18 | 17 | 2C | 3A |
| Octal | 303 | 212 | 146 | 0 | 35 | 60 | 30 | 27 | 54 | 72 |
| Binary | 11000011 | 10001010 | 1100110 | 0 | 11101 | 110000 | 11000 | 10111 | 101100 | 111010 |
Color Harmonies of #C38A66
Complementary color
Monochromatic Colors of #C38A66
Black with #C38A66
Text Example
Text Example
White with #C38A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A66; }
p { color: rgb(195,138,102); }
H1.HeaderClassName
{
color: #C38A66;
}
.AnyTagClassName
{
color: #C38A66;
}
</style>
background-color css
<style>
a { background-color: #C38A66; }
a { background-color: rgb(195,138,102); }
div.DivClassName
{
background-color: #C38A66;
}
.BgClassName
{
background-color: #C38A66;
}
</style>
border-color css
<style>
span { border-color: #C38A66; }
span { border-color: rgb(195,138,102); }
td.TdClassName
{
border-color: #C38A66;
}
.TagClassName
{
border-color: #C38A66;
}
</style>