Shades of Whiskey #CA906B
Tints of Whiskey #CA906B
RGB
CMYK
RGB Variations
Color information
#CA906B (or 0xCA906B) is known color: Whiskey. HEX triplet: CA, 90 and 6B. RGB value is (202,144,107). Sum of RGB (Red+Green+Blue) = 202+144+107=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA906B is #356F94. Grayscale: #9D9D9D. Windows color (decimal): -3501973 or 7049418. OLE color: 7049418.
HSL color Cylindrical-coordinate representation of color #CA906B: hue angle of 23.37º 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 #CA906B is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 107 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.21 |
| HSL | 23.37º | 0.47% | 0.61% | - |
| HSV(B) | 23.37º | 0.47% | 0.79% | - |
| XYZ | 36.98 | 33.56 | 18.44 | - |
| YUV | 157.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 107 | 0 | 0.29 | 0.47 | 0.21 | 23.37 | 0.47 | 0.61 |
| Hex | CA | 90 | 6B | 0 | 1D | 2F | 15 | 17 | 2F | 3D |
| Octal | 312 | 220 | 153 | 0 | 35 | 57 | 25 | 27 | 57 | 75 |
| Binary | 11001010 | 10010000 | 1101011 | 0 | 11101 | 101111 | 10101 | 10111 | 101111 | 111101 |
Color Harmonies of #CA906B
Complementary color
Monochromatic Colors of #CA906B
Black with #CA906B
Text Example
Text Example
White with #CA906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA906B; }
p { color: rgb(202,144,107); }
H1.HeaderClassName
{
color: #CA906B;
}
.AnyTagClassName
{
color: #CA906B;
}
</style>
background-color css
<style>
a { background-color: #CA906B; }
a { background-color: rgb(202,144,107); }
div.DivClassName
{
background-color: #CA906B;
}
.BgClassName
{
background-color: #CA906B;
}
</style>
border-color css
<style>
span { border-color: #CA906B; }
span { border-color: rgb(202,144,107); }
td.TdClassName
{
border-color: #CA906B;
}
.TagClassName
{
border-color: #CA906B;
}
</style>