Shades of Whiskey Sour #CA925C
Tints of Whiskey Sour #CA925C
RGB
CMYK
RGB Variations
Color information
#CA925C (or 0xCA925C) is known color: Whiskey Sour. HEX triplet: CA, 92 and 5C. RGB value is (202,146,92). Sum of RGB (Red+Green+Blue) = 202+146+92=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA925C is #356DA3. Grayscale: #9C9C9C. Windows color (decimal): -3501476 or 6066890. OLE color: 6066890.
HSL color Cylindrical-coordinate representation of color #CA925C: hue angle of 29.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA925C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 92 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.21 |
| HSL | 29.45º | 0.51% | 0.58% | - |
| HSV(B) | 29.45º | 0.54% | 0.79% | - |
| XYZ | 36.57 | 33.89 | 14.74 | - |
| YUV | 156.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 92 | 0 | 0.28 | 0.54 | 0.21 | 29.45 | 0.51 | 0.58 |
| Hex | CA | 92 | 5C | 0 | 1C | 36 | 15 | 1D | 33 | 3A |
| Octal | 312 | 222 | 134 | 0 | 34 | 66 | 25 | 35 | 63 | 72 |
| Binary | 11001010 | 10010010 | 1011100 | 0 | 11100 | 110110 | 10101 | 11101 | 110011 | 111010 |
Color Harmonies of #CA925C
Complementary color
Monochromatic Colors of #CA925C
Black with #CA925C
Text Example
Text Example
White with #CA925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA925C; }
p { color: rgb(202,146,92); }
H1.HeaderClassName
{
color: #CA925C;
}
.AnyTagClassName
{
color: #CA925C;
}
</style>
background-color css
<style>
a { background-color: #CA925C; }
a { background-color: rgb(202,146,92); }
div.DivClassName
{
background-color: #CA925C;
}
.BgClassName
{
background-color: #CA925C;
}
</style>
border-color css
<style>
span { border-color: #CA925C; }
span { border-color: rgb(202,146,92); }
td.TdClassName
{
border-color: #CA925C;
}
.TagClassName
{
border-color: #CA925C;
}
</style>