Shades of Tacha #CAB55D
Tints of Tacha #CAB55D
RGB
CMYK
RGB Variations
Color information
#CAB55D (or 0xCAB55D) is known color: Tacha. HEX triplet: CA, B5 and 5D. RGB value is (202,181,93). Sum of RGB (Red+Green+Blue) = 202+181+93=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB55D is #354AA2. Grayscale: #B1B1B1. Windows color (decimal): -3492515 or 6141386. OLE color: 6141386.
HSL color Cylindrical-coordinate representation of color #CAB55D: hue angle of 48.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAB55D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 93 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.21 |
| HSL | 48.44º | 0.51% | 0.58% | - |
| HSV(B) | 48.44º | 0.54% | 0.79% | - |
| XYZ | 42.86 | 46.39 | 17.05 | - |
| YUV | 177.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 93 | 0 | 0.10 | 0.54 | 0.21 | 48.44 | 0.51 | 0.58 |
| Hex | CA | B5 | 5D | 0 | A | 36 | 15 | 30 | 33 | 3A |
| Octal | 312 | 265 | 135 | 0 | 12 | 66 | 25 | 60 | 63 | 72 |
| Binary | 11001010 | 10110101 | 1011101 | 0 | 1010 | 110110 | 10101 | 110000 | 110011 | 111010 |
Color Harmonies of #CAB55D
Complementary color
Monochromatic Colors of #CAB55D
Black with #CAB55D
Text Example
Text Example
White with #CAB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB55D; }
p { color: rgb(202,181,93); }
H1.HeaderClassName
{
color: #CAB55D;
}
.AnyTagClassName
{
color: #CAB55D;
}
</style>
background-color css
<style>
a { background-color: #CAB55D; }
a { background-color: rgb(202,181,93); }
div.DivClassName
{
background-color: #CAB55D;
}
.BgClassName
{
background-color: #CAB55D;
}
</style>
border-color css
<style>
span { border-color: #CAB55D; }
span { border-color: rgb(202,181,93); }
td.TdClassName
{
border-color: #CAB55D;
}
.TagClassName
{
border-color: #CAB55D;
}
</style>