Shades of Tacha #CAB963
Tints of Tacha #CAB963
RGB
CMYK
RGB Variations
Color information
#CAB963 (or 0xCAB963) is known color: Tacha. HEX triplet: CA, B9 and 63. RGB value is (202,185,99). Sum of RGB (Red+Green+Blue) = 202+185+99=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB963 is #35469C. Grayscale: #B4B4B4. Windows color (decimal): -3491485 or 6535626. OLE color: 6535626.
HSL color Cylindrical-coordinate representation of color #CAB963: hue angle of 50.1º degrees, saturation: 0.49, 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 #CAB963 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 99 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.21 |
| HSL | 50.1º | 0.49% | 0.59% | - |
| HSV(B) | 50.1º | 0.51% | 0.79% | - |
| XYZ | 43.96 | 48.16 | 18.78 | - |
| YUV | 180.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 99 | 0 | 0.08 | 0.51 | 0.21 | 50.1 | 0.49 | 0.59 |
| Hex | CA | B9 | 63 | 0 | 8 | 33 | 15 | 32 | 31 | 3B |
| Octal | 312 | 271 | 143 | 0 | 10 | 63 | 25 | 62 | 61 | 73 |
| Binary | 11001010 | 10111001 | 1100011 | 0 | 1000 | 110011 | 10101 | 110010 | 110001 | 111011 |
Color Harmonies of #CAB963
Complementary color
Monochromatic Colors of #CAB963
Black with #CAB963
Text Example
Text Example
White with #CAB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB963; }
p { color: rgb(202,185,99); }
H1.HeaderClassName
{
color: #CAB963;
}
.AnyTagClassName
{
color: #CAB963;
}
</style>
background-color css
<style>
a { background-color: #CAB963; }
a { background-color: rgb(202,185,99); }
div.DivClassName
{
background-color: #CAB963;
}
.BgClassName
{
background-color: #CAB963;
}
</style>
border-color css
<style>
span { border-color: #CAB963; }
span { border-color: rgb(202,185,99); }
td.TdClassName
{
border-color: #CAB963;
}
.TagClassName
{
border-color: #CAB963;
}
</style>