Shades of Whiskey Sour #CA8756
Tints of Whiskey Sour #CA8756
RGB
CMYK
RGB Variations
Color information
#CA8756 (or 0xCA8756) is known color: Whiskey Sour. HEX triplet: CA, 87 and 56. RGB value is (202,135,86). Sum of RGB (Red+Green+Blue) = 202+135+86=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8756 is #3578A9. Grayscale: #959595. Windows color (decimal): -3504298 or 5670858. OLE color: 5670858.
HSL color Cylindrical-coordinate representation of color #CA8756: hue angle of 25.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8756 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 86 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.21 |
| HSL | 25.34º | 0.52% | 0.56% | - |
| HSV(B) | 25.34º | 0.57% | 0.79% | - |
| XYZ | 34.7 | 30.56 | 12.87 | - |
| YUV | 149.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 86 | 0 | 0.33 | 0.57 | 0.21 | 25.34 | 0.52 | 0.56 |
| Hex | CA | 87 | 56 | 0 | 21 | 39 | 15 | 19 | 34 | 38 |
| Octal | 312 | 207 | 126 | 0 | 41 | 71 | 25 | 31 | 64 | 70 |
| Binary | 11001010 | 10000111 | 1010110 | 0 | 100001 | 111001 | 10101 | 11001 | 110100 | 111000 |
Color Harmonies of #CA8756
Complementary color
Monochromatic Colors of #CA8756
Black with #CA8756
Text Example
Text Example
White with #CA8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8756; }
p { color: rgb(202,135,86); }
H1.HeaderClassName
{
color: #CA8756;
}
.AnyTagClassName
{
color: #CA8756;
}
</style>
background-color css
<style>
a { background-color: #CA8756; }
a { background-color: rgb(202,135,86); }
div.DivClassName
{
background-color: #CA8756;
}
.BgClassName
{
background-color: #CA8756;
}
</style>
border-color css
<style>
span { border-color: #CA8756; }
span { border-color: rgb(202,135,86); }
td.TdClassName
{
border-color: #CA8756;
}
.TagClassName
{
border-color: #CA8756;
}
</style>