Shades of Whiskey #CA9167
Tints of Whiskey #CA9167
RGB
CMYK
RGB Variations
Color information
#CA9167 (or 0xCA9167) is known color: Whiskey. HEX triplet: CA, 91 and 67. RGB value is (202,145,103). Sum of RGB (Red+Green+Blue) = 202+145+103=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9167 is #356E98. Grayscale: #9D9D9D. Windows color (decimal): -3501721 or 6787530. OLE color: 6787530.
HSL color Cylindrical-coordinate representation of color #CA9167: hue angle of 25.45º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA9167 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 103 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.21 |
| HSL | 25.45º | 0.48% | 0.6% | - |
| HSV(B) | 25.45º | 0.49% | 0.79% | - |
| XYZ | 36.93 | 33.79 | 17.41 | - |
| YUV | 157.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 103 | 0 | 0.28 | 0.49 | 0.21 | 25.45 | 0.48 | 0.6 |
| Hex | CA | 91 | 67 | 0 | 1C | 31 | 15 | 19 | 30 | 3C |
| Octal | 312 | 221 | 147 | 0 | 34 | 61 | 25 | 31 | 60 | 74 |
| Binary | 11001010 | 10010001 | 1100111 | 0 | 11100 | 110001 | 10101 | 11001 | 110000 | 111100 |
Color Harmonies of #CA9167
Complementary color
Monochromatic Colors of #CA9167
Black with #CA9167
Text Example
Text Example
White with #CA9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9167; }
p { color: rgb(202,145,103); }
H1.HeaderClassName
{
color: #CA9167;
}
.AnyTagClassName
{
color: #CA9167;
}
</style>
background-color css
<style>
a { background-color: #CA9167; }
a { background-color: rgb(202,145,103); }
div.DivClassName
{
background-color: #CA9167;
}
.BgClassName
{
background-color: #CA9167;
}
</style>
border-color css
<style>
span { border-color: #CA9167; }
span { border-color: rgb(202,145,103); }
td.TdClassName
{
border-color: #CA9167;
}
.TagClassName
{
border-color: #CA9167;
}
</style>