Shades of Whiskey #CA926B
Tints of Whiskey #CA926B
RGB
CMYK
RGB Variations
Color information
#CA926B (or 0xCA926B) is known color: Whiskey. HEX triplet: CA, 92 and 6B. RGB value is (202,146,107). Sum of RGB (Red+Green+Blue) = 202+146+107=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926B is #356D94. Grayscale: #9E9E9E. Windows color (decimal): -3501461 or 7049930. OLE color: 7049930.
HSL color Cylindrical-coordinate representation of color #CA926B: hue angle of 24.63º 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 #CA926B is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 107 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.21 |
| HSL | 24.63º | 0.47% | 0.61% | - |
| HSV(B) | 24.63º | 0.47% | 0.79% | - |
| XYZ | 37.29 | 34.18 | 18.54 | - |
| YUV | 158.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 107 | 0 | 0.28 | 0.47 | 0.21 | 24.63 | 0.47 | 0.61 |
| Hex | CA | 92 | 6B | 0 | 1C | 2F | 15 | 19 | 2F | 3D |
| Octal | 312 | 222 | 153 | 0 | 34 | 57 | 25 | 31 | 57 | 75 |
| Binary | 11001010 | 10010010 | 1101011 | 0 | 11100 | 101111 | 10101 | 11001 | 101111 | 111101 |
Color Harmonies of #CA926B
Complementary color
Monochromatic Colors of #CA926B
Black with #CA926B
Text Example
Text Example
White with #CA926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA926B; }
p { color: rgb(202,146,107); }
H1.HeaderClassName
{
color: #CA926B;
}
.AnyTagClassName
{
color: #CA926B;
}
</style>
background-color css
<style>
a { background-color: #CA926B; }
a { background-color: rgb(202,146,107); }
div.DivClassName
{
background-color: #CA926B;
}
.BgClassName
{
background-color: #CA926B;
}
</style>
border-color css
<style>
span { border-color: #CA926B; }
span { border-color: rgb(202,146,107); }
td.TdClassName
{
border-color: #CA926B;
}
.TagClassName
{
border-color: #CA926B;
}
</style>