Shades of Tacha #CAB961
Tints of Tacha #CAB961
RGB
CMYK
RGB Variations
Color information
#CAB961 (or 0xCAB961) is known color: Tacha. HEX triplet: CA, B9 and 61. RGB value is (202,185,97). Sum of RGB (Red+Green+Blue) = 202+185+97=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB961 is #35469E. Grayscale: #B4B4B4. Windows color (decimal): -3491487 or 6404554. OLE color: 6404554.
HSL color Cylindrical-coordinate representation of color #CAB961: hue angle of 50.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAB961 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 97 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.21 |
| HSL | 50.29º | 0.5% | 0.59% | - |
| HSV(B) | 50.29º | 0.52% | 0.79% | - |
| XYZ | 43.86 | 48.12 | 18.29 | - |
| YUV | 180.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 97 | 0 | 0.08 | 0.52 | 0.21 | 50.29 | 0.5 | 0.59 |
| Hex | CA | B9 | 61 | 0 | 8 | 34 | 15 | 32 | 32 | 3B |
| Octal | 312 | 271 | 141 | 0 | 10 | 64 | 25 | 62 | 62 | 73 |
| Binary | 11001010 | 10111001 | 1100001 | 0 | 1000 | 110100 | 10101 | 110010 | 110010 | 111011 |
Color Harmonies of #CAB961
Complementary color
Monochromatic Colors of #CAB961
Black with #CAB961
Text Example
Text Example
White with #CAB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB961; }
p { color: rgb(202,185,97); }
H1.HeaderClassName
{
color: #CAB961;
}
.AnyTagClassName
{
color: #CAB961;
}
</style>
background-color css
<style>
a { background-color: #CAB961; }
a { background-color: rgb(202,185,97); }
div.DivClassName
{
background-color: #CAB961;
}
.BgClassName
{
background-color: #CAB961;
}
</style>
border-color css
<style>
span { border-color: #CAB961; }
span { border-color: rgb(202,185,97); }
td.TdClassName
{
border-color: #CAB961;
}
.TagClassName
{
border-color: #CAB961;
}
</style>