Shades of Tacha #CAB564
Tints of Tacha #CAB564
RGB
CMYK
RGB Variations
Color information
#CAB564 (or 0xCAB564) is known color: Tacha. HEX triplet: CA, B5 and 64. RGB value is (202,181,100). Sum of RGB (Red+Green+Blue) = 202+181+100=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB564 is #354A9B. Grayscale: #B2B2B2. Windows color (decimal): -3492508 or 6600138. OLE color: 6600138.
HSL color Cylindrical-coordinate representation of color #CAB564: hue angle of 47.65º 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 #CAB564 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 100 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.21 |
| HSL | 47.65º | 0.49% | 0.59% | - |
| HSV(B) | 47.65º | 0.5% | 0.79% | - |
| XYZ | 43.18 | 46.52 | 18.76 | - |
| YUV | 178.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 100 | 0 | 0.10 | 0.50 | 0.21 | 47.65 | 0.49 | 0.59 |
| Hex | CA | B5 | 64 | 0 | A | 32 | 15 | 30 | 31 | 3B |
| Octal | 312 | 265 | 144 | 0 | 12 | 62 | 25 | 60 | 61 | 73 |
| Binary | 11001010 | 10110101 | 1100100 | 0 | 1010 | 110010 | 10101 | 110000 | 110001 | 111011 |
Color Harmonies of #CAB564
Complementary color
Monochromatic Colors of #CAB564
Black with #CAB564
Text Example
Text Example
White with #CAB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB564; }
p { color: rgb(202,181,100); }
H1.HeaderClassName
{
color: #CAB564;
}
.AnyTagClassName
{
color: #CAB564;
}
</style>
background-color css
<style>
a { background-color: #CAB564; }
a { background-color: rgb(202,181,100); }
div.DivClassName
{
background-color: #CAB564;
}
.BgClassName
{
background-color: #CAB564;
}
</style>
border-color css
<style>
span { border-color: #CAB564; }
span { border-color: rgb(202,181,100); }
td.TdClassName
{
border-color: #CAB564;
}
.TagClassName
{
border-color: #CAB564;
}
</style>