Shades of Whiskey #C38A63
Tints of Whiskey #C38A63
RGB
CMYK
RGB Variations
Color information
#C38A63 (or 0xC38A63) is known color: Whiskey. HEX triplet: C3, 8A and 63. RGB value is (195,138,99). Sum of RGB (Red+Green+Blue) = 195+138+99=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A63 is #3C759C. Grayscale: #969696. Windows color (decimal): -3962269 or 6523587. OLE color: 6523587.
HSL color Cylindrical-coordinate representation of color #C38A63: hue angle of 24.38º 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 #C38A63 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 99 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.24 |
| HSL | 24.38º | 0.44% | 0.58% | - |
| HSV(B) | 24.38º | 0.49% | 0.76% | - |
| XYZ | 33.85 | 30.68 | 15.94 | - |
| YUV | 150.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 99 | 0 | 0.29 | 0.49 | 0.24 | 24.38 | 0.44 | 0.58 |
| Hex | C3 | 8A | 63 | 0 | 1D | 31 | 18 | 18 | 2C | 3A |
| Octal | 303 | 212 | 143 | 0 | 35 | 61 | 30 | 30 | 54 | 72 |
| Binary | 11000011 | 10001010 | 1100011 | 0 | 11101 | 110001 | 11000 | 11000 | 101100 | 111010 |
Color Harmonies of #C38A63
Complementary color
Monochromatic Colors of #C38A63
Black with #C38A63
Text Example
Text Example
White with #C38A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A63; }
p { color: rgb(195,138,99); }
H1.HeaderClassName
{
color: #C38A63;
}
.AnyTagClassName
{
color: #C38A63;
}
</style>
background-color css
<style>
a { background-color: #C38A63; }
a { background-color: rgb(195,138,99); }
div.DivClassName
{
background-color: #C38A63;
}
.BgClassName
{
background-color: #C38A63;
}
</style>
border-color css
<style>
span { border-color: #C38A63; }
span { border-color: rgb(195,138,99); }
td.TdClassName
{
border-color: #C38A63;
}
.TagClassName
{
border-color: #C38A63;
}
</style>