Shades of Whiskey #CA916C
Tints of Whiskey #CA916C
RGB
CMYK
RGB Variations
Color information
#CA916C (or 0xCA916C) is known color: Whiskey. HEX triplet: CA, 91 and 6C. RGB value is (202,145,108). Sum of RGB (Red+Green+Blue) = 202+145+108=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA916C is #356E93. Grayscale: #9E9E9E. Windows color (decimal): -3501716 or 7115210. OLE color: 7115210.
HSL color Cylindrical-coordinate representation of color #CA916C: hue angle of 23.62º 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 #CA916C is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 108 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.21 |
| HSL | 23.62º | 0.47% | 0.61% | - |
| HSV(B) | 23.62º | 0.47% | 0.79% | - |
| XYZ | 37.19 | 33.89 | 18.77 | - |
| YUV | 157.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 108 | 0 | 0.28 | 0.47 | 0.21 | 23.62 | 0.47 | 0.61 |
| Hex | CA | 91 | 6C | 0 | 1C | 2F | 15 | 18 | 2F | 3D |
| Octal | 312 | 221 | 154 | 0 | 34 | 57 | 25 | 30 | 57 | 75 |
| Binary | 11001010 | 10010001 | 1101100 | 0 | 11100 | 101111 | 10101 | 11000 | 101111 | 111101 |
Color Harmonies of #CA916C
Complementary color
Monochromatic Colors of #CA916C
Black with #CA916C
Text Example
Text Example
White with #CA916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA916C; }
p { color: rgb(202,145,108); }
H1.HeaderClassName
{
color: #CA916C;
}
.AnyTagClassName
{
color: #CA916C;
}
</style>
background-color css
<style>
a { background-color: #CA916C; }
a { background-color: rgb(202,145,108); }
div.DivClassName
{
background-color: #CA916C;
}
.BgClassName
{
background-color: #CA916C;
}
</style>
border-color css
<style>
span { border-color: #CA916C; }
span { border-color: rgb(202,145,108); }
td.TdClassName
{
border-color: #CA916C;
}
.TagClassName
{
border-color: #CA916C;
}
</style>