Shades of Whiskey #CA9169
Tints of Whiskey #CA9169
RGB
CMYK
RGB Variations
Color information
#CA9169 (or 0xCA9169) is known color: Whiskey. HEX triplet: CA, 91 and 69. RGB value is (202,145,105). Sum of RGB (Red+Green+Blue) = 202+145+105=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9169 is #356E96. Grayscale: #9D9D9D. Windows color (decimal): -3501719 or 6918602. OLE color: 6918602.
HSL color Cylindrical-coordinate representation of color #CA9169: hue angle of 24.74º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA9169 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 105 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.21 |
| HSL | 24.74º | 0.48% | 0.6% | - |
| HSV(B) | 24.74º | 0.48% | 0.79% | - |
| XYZ | 37.03 | 33.83 | 17.94 | - |
| YUV | 157.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 105 | 0 | 0.28 | 0.48 | 0.21 | 24.74 | 0.48 | 0.6 |
| Hex | CA | 91 | 69 | 0 | 1C | 30 | 15 | 19 | 30 | 3C |
| Octal | 312 | 221 | 151 | 0 | 34 | 60 | 25 | 31 | 60 | 74 |
| Binary | 11001010 | 10010001 | 1101001 | 0 | 11100 | 110000 | 10101 | 11001 | 110000 | 111100 |
Color Harmonies of #CA9169
Complementary color
Monochromatic Colors of #CA9169
Black with #CA9169
Text Example
Text Example
White with #CA9169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9169; }
p { color: rgb(202,145,105); }
H1.HeaderClassName
{
color: #CA9169;
}
.AnyTagClassName
{
color: #CA9169;
}
</style>
background-color css
<style>
a { background-color: #CA9169; }
a { background-color: rgb(202,145,105); }
div.DivClassName
{
background-color: #CA9169;
}
.BgClassName
{
background-color: #CA9169;
}
</style>
border-color css
<style>
span { border-color: #CA9169; }
span { border-color: rgb(202,145,105); }
td.TdClassName
{
border-color: #CA9169;
}
.TagClassName
{
border-color: #CA9169;
}
</style>