Shades of Whiskey #CA9065
Tints of Whiskey #CA9065
RGB
CMYK
RGB Variations
Color information
#CA9065 (or 0xCA9065) is known color: Whiskey. HEX triplet: CA, 90 and 65. RGB value is (202,144,101). Sum of RGB (Red+Green+Blue) = 202+144+101=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9065 is #356F9A. Grayscale: #9C9C9C. Windows color (decimal): -3501979 or 6656202. OLE color: 6656202.
HSL color Cylindrical-coordinate representation of color #CA9065: hue angle of 25.54º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9065 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 101 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.21 |
| HSL | 25.54º | 0.49% | 0.59% | - |
| HSV(B) | 25.54º | 0.5% | 0.79% | - |
| XYZ | 36.68 | 33.44 | 16.83 | - |
| YUV | 156.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 101 | 0 | 0.29 | 0.50 | 0.21 | 25.54 | 0.49 | 0.59 |
| Hex | CA | 90 | 65 | 0 | 1D | 32 | 15 | 1A | 31 | 3B |
| Octal | 312 | 220 | 145 | 0 | 35 | 62 | 25 | 32 | 61 | 73 |
| Binary | 11001010 | 10010000 | 1100101 | 0 | 11101 | 110010 | 10101 | 11010 | 110001 | 111011 |
Color Harmonies of #CA9065
Complementary color
Monochromatic Colors of #CA9065
Black with #CA9065
Text Example
Text Example
White with #CA9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9065; }
p { color: rgb(202,144,101); }
H1.HeaderClassName
{
color: #CA9065;
}
.AnyTagClassName
{
color: #CA9065;
}
</style>
background-color css
<style>
a { background-color: #CA9065; }
a { background-color: rgb(202,144,101); }
div.DivClassName
{
background-color: #CA9065;
}
.BgClassName
{
background-color: #CA9065;
}
</style>
border-color css
<style>
span { border-color: #CA9065; }
span { border-color: rgb(202,144,101); }
td.TdClassName
{
border-color: #CA9065;
}
.TagClassName
{
border-color: #CA9065;
}
</style>