Shades of Tacha #CAB762
Tints of Tacha #CAB762
RGB
CMYK
RGB Variations
Color information
#CAB762 (or 0xCAB762) is known color: Tacha. HEX triplet: CA, B7 and 62. RGB value is (202,183,98). Sum of RGB (Red+Green+Blue) = 202+183+98=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB762 is #35489D. Grayscale: #B3B3B3. Windows color (decimal): -3491998 or 6469578. OLE color: 6469578.
HSL color Cylindrical-coordinate representation of color #CAB762: hue angle of 49.04º 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 #CAB762 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 98 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.21 |
| HSL | 49.04º | 0.5% | 0.59% | - |
| HSV(B) | 49.04º | 0.51% | 0.79% | - |
| XYZ | 43.5 | 47.31 | 18.39 | - |
| YUV | 178.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 98 | 0 | 0.09 | 0.51 | 0.21 | 49.04 | 0.5 | 0.59 |
| Hex | CA | B7 | 62 | 0 | 9 | 33 | 15 | 31 | 32 | 3B |
| Octal | 312 | 267 | 142 | 0 | 11 | 63 | 25 | 61 | 62 | 73 |
| Binary | 11001010 | 10110111 | 1100010 | 0 | 1001 | 110011 | 10101 | 110001 | 110010 | 111011 |
Color Harmonies of #CAB762
Complementary color
Monochromatic Colors of #CAB762
Black with #CAB762
Text Example
Text Example
White with #CAB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB762; }
p { color: rgb(202,183,98); }
H1.HeaderClassName
{
color: #CAB762;
}
.AnyTagClassName
{
color: #CAB762;
}
</style>
background-color css
<style>
a { background-color: #CAB762; }
a { background-color: rgb(202,183,98); }
div.DivClassName
{
background-color: #CAB762;
}
.BgClassName
{
background-color: #CAB762;
}
</style>
border-color css
<style>
span { border-color: #CAB762; }
span { border-color: rgb(202,183,98); }
td.TdClassName
{
border-color: #CAB762;
}
.TagClassName
{
border-color: #CAB762;
}
</style>