Shades of Whiskey #CA946C
Tints of Whiskey #CA946C
RGB
CMYK
RGB Variations
Color information
#CA946C (or 0xCA946C) is known color: Whiskey. HEX triplet: CA, 94 and 6C. RGB value is (202,148,108). Sum of RGB (Red+Green+Blue) = 202+148+108=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA946C is #356B93. Grayscale: #9F9F9F. Windows color (decimal): -3500948 or 7115978. OLE color: 7115978.
HSL color Cylindrical-coordinate representation of color #CA946C: hue angle of 25.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA946C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 108 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.21 |
| HSL | 25.53º | 0.47% | 0.61% | - |
| HSV(B) | 25.53º | 0.47% | 0.79% | - |
| XYZ | 37.65 | 34.82 | 18.92 | - |
| YUV | 159.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 108 | 0 | 0.27 | 0.47 | 0.21 | 25.53 | 0.47 | 0.61 |
| Hex | CA | 94 | 6C | 0 | 1B | 2F | 15 | 1A | 2F | 3D |
| Octal | 312 | 224 | 154 | 0 | 33 | 57 | 25 | 32 | 57 | 75 |
| Binary | 11001010 | 10010100 | 1101100 | 0 | 11011 | 101111 | 10101 | 11010 | 101111 | 111101 |
Color Harmonies of #CA946C
Complementary color
Monochromatic Colors of #CA946C
Black with #CA946C
Text Example
Text Example
White with #CA946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA946C; }
p { color: rgb(202,148,108); }
H1.HeaderClassName
{
color: #CA946C;
}
.AnyTagClassName
{
color: #CA946C;
}
</style>
background-color css
<style>
a { background-color: #CA946C; }
a { background-color: rgb(202,148,108); }
div.DivClassName
{
background-color: #CA946C;
}
.BgClassName
{
background-color: #CA946C;
}
</style>
border-color css
<style>
span { border-color: #CA946C; }
span { border-color: rgb(202,148,108); }
td.TdClassName
{
border-color: #CA946C;
}
.TagClassName
{
border-color: #CA946C;
}
</style>