Shades of Tacha #CAB662
Tints of Tacha #CAB662
RGB
CMYK
RGB Variations
Color information
#CAB662 (or 0xCAB662) is known color: Tacha. HEX triplet: CA, B6 and 62. RGB value is (202,182,98). Sum of RGB (Red+Green+Blue) = 202+182+98=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB662 is #35499D. Grayscale: #B2B2B2. Windows color (decimal): -3492254 or 6469322. OLE color: 6469322.
HSL color Cylindrical-coordinate representation of color #CAB662: hue angle of 48.46º 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 #CAB662 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 98 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.21 |
| HSL | 48.46º | 0.5% | 0.59% | - |
| HSV(B) | 48.46º | 0.51% | 0.79% | - |
| XYZ | 43.29 | 46.89 | 18.33 | - |
| YUV | 178.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 98 | 0 | 0.10 | 0.51 | 0.21 | 48.46 | 0.5 | 0.59 |
| Hex | CA | B6 | 62 | 0 | A | 33 | 15 | 30 | 32 | 3B |
| Octal | 312 | 266 | 142 | 0 | 12 | 63 | 25 | 60 | 62 | 73 |
| Binary | 11001010 | 10110110 | 1100010 | 0 | 1010 | 110011 | 10101 | 110000 | 110010 | 111011 |
Color Harmonies of #CAB662
Complementary color
Monochromatic Colors of #CAB662
Black with #CAB662
Text Example
Text Example
White with #CAB662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB662; }
p { color: rgb(202,182,98); }
H1.HeaderClassName
{
color: #CAB662;
}
.AnyTagClassName
{
color: #CAB662;
}
</style>
background-color css
<style>
a { background-color: #CAB662; }
a { background-color: rgb(202,182,98); }
div.DivClassName
{
background-color: #CAB662;
}
.BgClassName
{
background-color: #CAB662;
}
</style>
border-color css
<style>
span { border-color: #CAB662; }
span { border-color: rgb(202,182,98); }
td.TdClassName
{
border-color: #CAB662;
}
.TagClassName
{
border-color: #CAB662;
}
</style>