Shades of Whiskey #CA905E
Tints of Whiskey #CA905E
RGB
CMYK
RGB Variations
Color information
#CA905E (or 0xCA905E) is known color: Whiskey. HEX triplet: CA, 90 and 5E. RGB value is (202,144,94). Sum of RGB (Red+Green+Blue) = 202+144+94=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA905E is #356FA1. Grayscale: #9B9B9B. Windows color (decimal): -3501986 or 6197450. OLE color: 6197450.
HSL color Cylindrical-coordinate representation of color #CA905E: hue angle of 27.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA905E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 94 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.21 |
| HSL | 27.78º | 0.5% | 0.58% | - |
| HSV(B) | 27.78º | 0.53% | 0.79% | - |
| XYZ | 36.35 | 33.31 | 15.1 | - |
| YUV | 155.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 94 | 0 | 0.29 | 0.53 | 0.21 | 27.78 | 0.5 | 0.58 |
| Hex | CA | 90 | 5E | 0 | 1D | 35 | 15 | 1C | 32 | 3A |
| Octal | 312 | 220 | 136 | 0 | 35 | 65 | 25 | 34 | 62 | 72 |
| Binary | 11001010 | 10010000 | 1011110 | 0 | 11101 | 110101 | 10101 | 11100 | 110010 | 111010 |
Color Harmonies of #CA905E
Complementary color
Monochromatic Colors of #CA905E
Black with #CA905E
Text Example
Text Example
White with #CA905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA905E; }
p { color: rgb(202,144,94); }
H1.HeaderClassName
{
color: #CA905E;
}
.AnyTagClassName
{
color: #CA905E;
}
</style>
background-color css
<style>
a { background-color: #CA905E; }
a { background-color: rgb(202,144,94); }
div.DivClassName
{
background-color: #CA905E;
}
.BgClassName
{
background-color: #CA905E;
}
</style>
border-color css
<style>
span { border-color: #CA905E; }
span { border-color: rgb(202,144,94); }
td.TdClassName
{
border-color: #CA905E;
}
.TagClassName
{
border-color: #CA905E;
}
</style>