Shades of Whiskey Sour #CA905B
Tints of Whiskey Sour #CA905B
RGB
CMYK
RGB Variations
Color information
#CA905B (or 0xCA905B) is known color: Whiskey Sour. HEX triplet: CA, 90 and 5B. RGB value is (202,144,91). Sum of RGB (Red+Green+Blue) = 202+144+91=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA905B is #356FA4. Grayscale: #9B9B9B. Windows color (decimal): -3501989 or 6000842. OLE color: 6000842.
HSL color Cylindrical-coordinate representation of color #CA905B: hue angle of 28.65º 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 #CA905B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 91 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.21 |
| HSL | 28.65º | 0.51% | 0.57% | - |
| HSV(B) | 28.65º | 0.55% | 0.79% | - |
| XYZ | 36.22 | 33.26 | 14.41 | - |
| YUV | 155.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 91 | 0 | 0.29 | 0.55 | 0.21 | 28.65 | 0.51 | 0.57 |
| Hex | CA | 90 | 5B | 0 | 1D | 37 | 15 | 1D | 33 | 39 |
| Octal | 312 | 220 | 133 | 0 | 35 | 67 | 25 | 35 | 63 | 71 |
| Binary | 11001010 | 10010000 | 1011011 | 0 | 11101 | 110111 | 10101 | 11101 | 110011 | 111001 |
Color Harmonies of #CA905B
Complementary color
Monochromatic Colors of #CA905B
Black with #CA905B
Text Example
Text Example
White with #CA905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA905B; }
p { color: rgb(202,144,91); }
H1.HeaderClassName
{
color: #CA905B;
}
.AnyTagClassName
{
color: #CA905B;
}
</style>
background-color css
<style>
a { background-color: #CA905B; }
a { background-color: rgb(202,144,91); }
div.DivClassName
{
background-color: #CA905B;
}
.BgClassName
{
background-color: #CA905B;
}
</style>
border-color css
<style>
span { border-color: #CA905B; }
span { border-color: rgb(202,144,91); }
td.TdClassName
{
border-color: #CA905B;
}
.TagClassName
{
border-color: #CA905B;
}
</style>