Shades of Tacha #CAB562
Tints of Tacha #CAB562
RGB
CMYK
RGB Variations
Color information
#CAB562 (or 0xCAB562) is known color: Tacha. HEX triplet: CA, B5 and 62. RGB value is (202,181,98). Sum of RGB (Red+Green+Blue) = 202+181+98=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB562 is #354A9D. Grayscale: #B2B2B2. Windows color (decimal): -3492510 or 6469066. OLE color: 6469066.
HSL color Cylindrical-coordinate representation of color #CAB562: hue angle of 47.88º 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 #CAB562 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 98 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.21 |
| HSL | 47.88º | 0.5% | 0.59% | - |
| HSV(B) | 47.88º | 0.51% | 0.79% | - |
| XYZ | 43.09 | 46.49 | 18.26 | - |
| YUV | 177.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 98 | 0 | 0.10 | 0.51 | 0.21 | 47.88 | 0.5 | 0.59 |
| Hex | CA | B5 | 62 | 0 | A | 33 | 15 | 30 | 32 | 3B |
| Octal | 312 | 265 | 142 | 0 | 12 | 63 | 25 | 60 | 62 | 73 |
| Binary | 11001010 | 10110101 | 1100010 | 0 | 1010 | 110011 | 10101 | 110000 | 110010 | 111011 |
Color Harmonies of #CAB562
Complementary color
Monochromatic Colors of #CAB562
Black with #CAB562
Text Example
Text Example
White with #CAB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB562; }
p { color: rgb(202,181,98); }
H1.HeaderClassName
{
color: #CAB562;
}
.AnyTagClassName
{
color: #CAB562;
}
</style>
background-color css
<style>
a { background-color: #CAB562; }
a { background-color: rgb(202,181,98); }
div.DivClassName
{
background-color: #CAB562;
}
.BgClassName
{
background-color: #CAB562;
}
</style>
border-color css
<style>
span { border-color: #CAB562; }
span { border-color: rgb(202,181,98); }
td.TdClassName
{
border-color: #CAB562;
}
.TagClassName
{
border-color: #CAB562;
}
</style>