Shades of Tacha #CAB962
Tints of Tacha #CAB962
RGB
CMYK
RGB Variations
Color information
#CAB962 (or 0xCAB962) is known color: Tacha. HEX triplet: CA, B9 and 62. RGB value is (202,185,98). Sum of RGB (Red+Green+Blue) = 202+185+98=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB962 is #35469D. Grayscale: #B4B4B4. Windows color (decimal): -3491486 or 6470090. OLE color: 6470090.
HSL color Cylindrical-coordinate representation of color #CAB962: hue angle of 50.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAB962 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 98 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.21 |
| HSL | 50.19º | 0.5% | 0.59% | - |
| HSV(B) | 50.19º | 0.51% | 0.79% | - |
| XYZ | 43.91 | 48.14 | 18.53 | - |
| YUV | 180.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 98 | 0 | 0.08 | 0.51 | 0.21 | 50.19 | 0.5 | 0.59 |
| Hex | CA | B9 | 62 | 0 | 8 | 33 | 15 | 32 | 32 | 3B |
| Octal | 312 | 271 | 142 | 0 | 10 | 63 | 25 | 62 | 62 | 73 |
| Binary | 11001010 | 10111001 | 1100010 | 0 | 1000 | 110011 | 10101 | 110010 | 110010 | 111011 |
Color Harmonies of #CAB962
Complementary color
Monochromatic Colors of #CAB962
Black with #CAB962
Text Example
Text Example
White with #CAB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB962; }
p { color: rgb(202,185,98); }
H1.HeaderClassName
{
color: #CAB962;
}
.AnyTagClassName
{
color: #CAB962;
}
</style>
background-color css
<style>
a { background-color: #CAB962; }
a { background-color: rgb(202,185,98); }
div.DivClassName
{
background-color: #CAB962;
}
.BgClassName
{
background-color: #CAB962;
}
</style>
border-color css
<style>
span { border-color: #CAB962; }
span { border-color: rgb(202,185,98); }
td.TdClassName
{
border-color: #CAB962;
}
.TagClassName
{
border-color: #CAB962;
}
</style>