Shades of Tacha #CAB964
Tints of Tacha #CAB964
RGB
CMYK
RGB Variations
Color information
#CAB964 (or 0xCAB964) is known color: Tacha. HEX triplet: CA, B9 and 64. RGB value is (202,185,100). Sum of RGB (Red+Green+Blue) = 202+185+100=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB964 is #35469B. Grayscale: #B4B4B4. Windows color (decimal): -3491484 or 6601162. OLE color: 6601162.
HSL color Cylindrical-coordinate representation of color #CAB964: hue angle of 50º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB964 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 100 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.21 |
| HSL | 50º | 0.49% | 0.59% | - |
| HSV(B) | 50º | 0.5% | 0.79% | - |
| XYZ | 44.01 | 48.17 | 19.04 | - |
| YUV | 180.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 100 | 0 | 0.08 | 0.50 | 0.21 | 50 | 0.49 | 0.59 |
| Hex | CA | B9 | 64 | 0 | 8 | 32 | 15 | 32 | 31 | 3B |
| Octal | 312 | 271 | 144 | 0 | 10 | 62 | 25 | 62 | 61 | 73 |
| Binary | 11001010 | 10111001 | 1100100 | 0 | 1000 | 110010 | 10101 | 110010 | 110001 | 111011 |
Color Harmonies of #CAB964
Complementary color
Monochromatic Colors of #CAB964
Black with #CAB964
Text Example
Text Example
White with #CAB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB964; }
p { color: rgb(202,185,100); }
H1.HeaderClassName
{
color: #CAB964;
}
.AnyTagClassName
{
color: #CAB964;
}
</style>
background-color css
<style>
a { background-color: #CAB964; }
a { background-color: rgb(202,185,100); }
div.DivClassName
{
background-color: #CAB964;
}
.BgClassName
{
background-color: #CAB964;
}
</style>
border-color css
<style>
span { border-color: #CAB964; }
span { border-color: rgb(202,185,100); }
td.TdClassName
{
border-color: #CAB964;
}
.TagClassName
{
border-color: #CAB964;
}
</style>