Shades of Whiskey #CA936B
Tints of Whiskey #CA936B
RGB
CMYK
RGB Variations
Color information
#CA936B (or 0xCA936B) is known color: Whiskey. HEX triplet: CA, 93 and 6B. RGB value is (202,147,107). Sum of RGB (Red+Green+Blue) = 202+147+107=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA936B is #356C94. Grayscale: #9F9F9F. Windows color (decimal): -3501205 or 7050186. OLE color: 7050186.
HSL color Cylindrical-coordinate representation of color #CA936B: hue angle of 25.26º 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 #CA936B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 107 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.21 |
| HSL | 25.26º | 0.47% | 0.61% | - |
| HSV(B) | 25.26º | 0.47% | 0.79% | - |
| XYZ | 37.44 | 34.49 | 18.59 | - |
| YUV | 158.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 107 | 0 | 0.27 | 0.47 | 0.21 | 25.26 | 0.47 | 0.61 |
| Hex | CA | 93 | 6B | 0 | 1B | 2F | 15 | 19 | 2F | 3D |
| Octal | 312 | 223 | 153 | 0 | 33 | 57 | 25 | 31 | 57 | 75 |
| Binary | 11001010 | 10010011 | 1101011 | 0 | 11011 | 101111 | 10101 | 11001 | 101111 | 111101 |
Color Harmonies of #CA936B
Complementary color
Monochromatic Colors of #CA936B
Black with #CA936B
Text Example
Text Example
White with #CA936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA936B; }
p { color: rgb(202,147,107); }
H1.HeaderClassName
{
color: #CA936B;
}
.AnyTagClassName
{
color: #CA936B;
}
</style>
background-color css
<style>
a { background-color: #CA936B; }
a { background-color: rgb(202,147,107); }
div.DivClassName
{
background-color: #CA936B;
}
.BgClassName
{
background-color: #CA936B;
}
</style>
border-color css
<style>
span { border-color: #CA936B; }
span { border-color: rgb(202,147,107); }
td.TdClassName
{
border-color: #CA936B;
}
.TagClassName
{
border-color: #CA936B;
}
</style>