Shades of Whiskey #CA885B
Tints of Whiskey #CA885B
RGB
CMYK
RGB Variations
Color information
#CA885B (or 0xCA885B) is known color: Whiskey. HEX triplet: CA, 88 and 5B. RGB value is (202,136,91). Sum of RGB (Red+Green+Blue) = 202+136+91=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA885B is #3577A4. Grayscale: #969696. Windows color (decimal): -3504037 or 5998794. OLE color: 5998794.
HSL color Cylindrical-coordinate representation of color #CA885B: hue angle of 24.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA885B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 91 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.21 |
| HSL | 24.32º | 0.51% | 0.57% | - |
| HSV(B) | 24.32º | 0.55% | 0.79% | - |
| XYZ | 35.05 | 30.92 | 14.02 | - |
| YUV | 150.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 91 | 0 | 0.33 | 0.55 | 0.21 | 24.32 | 0.51 | 0.57 |
| Hex | CA | 88 | 5B | 0 | 21 | 37 | 15 | 18 | 33 | 39 |
| Octal | 312 | 210 | 133 | 0 | 41 | 67 | 25 | 30 | 63 | 71 |
| Binary | 11001010 | 10001000 | 1011011 | 0 | 100001 | 110111 | 10101 | 11000 | 110011 | 111001 |
Color Harmonies of #CA885B
Complementary color
Monochromatic Colors of #CA885B
Black with #CA885B
Text Example
Text Example
White with #CA885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA885B; }
p { color: rgb(202,136,91); }
H1.HeaderClassName
{
color: #CA885B;
}
.AnyTagClassName
{
color: #CA885B;
}
</style>
background-color css
<style>
a { background-color: #CA885B; }
a { background-color: rgb(202,136,91); }
div.DivClassName
{
background-color: #CA885B;
}
.BgClassName
{
background-color: #CA885B;
}
</style>
border-color css
<style>
span { border-color: #CA885B; }
span { border-color: rgb(202,136,91); }
td.TdClassName
{
border-color: #CA885B;
}
.TagClassName
{
border-color: #CA885B;
}
</style>