Shades of Tacha #CAB85A
Tints of Tacha #CAB85A
RGB
CMYK
RGB Variations
Color information
#CAB85A (or 0xCAB85A) is known color: Tacha. HEX triplet: CA, B8 and 5A. RGB value is (202,184,90). Sum of RGB (Red+Green+Blue) = 202+184+90=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB85A is #3547A5. Grayscale: #B3B3B3. Windows color (decimal): -3491750 or 5945546. OLE color: 5945546.
HSL color Cylindrical-coordinate representation of color #CAB85A: hue angle of 50.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAB85A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 90 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.21 |
| HSL | 50.36º | 0.51% | 0.57% | - |
| HSV(B) | 50.36º | 0.55% | 0.79% | - |
| XYZ | 43.34 | 47.58 | 16.57 | - |
| YUV | 178.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 90 | 0 | 0.09 | 0.55 | 0.21 | 50.36 | 0.51 | 0.57 |
| Hex | CA | B8 | 5A | 0 | 9 | 37 | 15 | 32 | 33 | 39 |
| Octal | 312 | 270 | 132 | 0 | 11 | 67 | 25 | 62 | 63 | 71 |
| Binary | 11001010 | 10111000 | 1011010 | 0 | 1001 | 110111 | 10101 | 110010 | 110011 | 111001 |
Color Harmonies of #CAB85A
Complementary color
Monochromatic Colors of #CAB85A
Black with #CAB85A
Text Example
Text Example
White with #CAB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB85A; }
p { color: rgb(202,184,90); }
H1.HeaderClassName
{
color: #CAB85A;
}
.AnyTagClassName
{
color: #CAB85A;
}
</style>
background-color css
<style>
a { background-color: #CAB85A; }
a { background-color: rgb(202,184,90); }
div.DivClassName
{
background-color: #CAB85A;
}
.BgClassName
{
background-color: #CAB85A;
}
</style>
border-color css
<style>
span { border-color: #CAB85A; }
span { border-color: rgb(202,184,90); }
td.TdClassName
{
border-color: #CAB85A;
}
.TagClassName
{
border-color: #CAB85A;
}
</style>