Shades of Tacha #CAB463
Tints of Tacha #CAB463
RGB
CMYK
RGB Variations
Color information
#CAB463 (or 0xCAB463) is known color: Tacha. HEX triplet: CA, B4 and 63. RGB value is (202,180,99). Sum of RGB (Red+Green+Blue) = 202+180+99=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB463 is #354B9C. Grayscale: #B1B1B1. Windows color (decimal): -3492765 or 6534346. OLE color: 6534346.
HSL color Cylindrical-coordinate representation of color #CAB463: hue angle of 47.18º 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 #CAB463 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 99 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.21 |
| HSL | 47.18º | 0.49% | 0.59% | - |
| HSV(B) | 47.18º | 0.51% | 0.79% | - |
| XYZ | 42.93 | 46.1 | 18.44 | - |
| YUV | 177.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 99 | 0 | 0.11 | 0.51 | 0.21 | 47.18 | 0.49 | 0.59 |
| Hex | CA | B4 | 63 | 0 | B | 33 | 15 | 2F | 31 | 3B |
| Octal | 312 | 264 | 143 | 0 | 13 | 63 | 25 | 57 | 61 | 73 |
| Binary | 11001010 | 10110100 | 1100011 | 0 | 1011 | 110011 | 10101 | 101111 | 110001 | 111011 |
Color Harmonies of #CAB463
Complementary color
Monochromatic Colors of #CAB463
Black with #CAB463
Text Example
Text Example
White with #CAB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB463; }
p { color: rgb(202,180,99); }
H1.HeaderClassName
{
color: #CAB463;
}
.AnyTagClassName
{
color: #CAB463;
}
</style>
background-color css
<style>
a { background-color: #CAB463; }
a { background-color: rgb(202,180,99); }
div.DivClassName
{
background-color: #CAB463;
}
.BgClassName
{
background-color: #CAB463;
}
</style>
border-color css
<style>
span { border-color: #CAB463; }
span { border-color: rgb(202,180,99); }
td.TdClassName
{
border-color: #CAB463;
}
.TagClassName
{
border-color: #CAB463;
}
</style>