Shades of Tacha #CAB65D
Tints of Tacha #CAB65D
RGB
CMYK
RGB Variations
Color information
#CAB65D (or 0xCAB65D) is known color: Tacha. HEX triplet: CA, B6 and 5D. RGB value is (202,182,93). Sum of RGB (Red+Green+Blue) = 202+182+93=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB65D is #3549A2. Grayscale: #B2B2B2. Windows color (decimal): -3492259 or 6141642. OLE color: 6141642.
HSL color Cylindrical-coordinate representation of color #CAB65D: hue angle of 48.99º 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 #CAB65D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 93 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.21 |
| HSL | 48.99º | 0.51% | 0.58% | - |
| HSV(B) | 48.99º | 0.54% | 0.79% | - |
| XYZ | 43.06 | 46.8 | 17.12 | - |
| YUV | 177.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 93 | 0 | 0.10 | 0.54 | 0.21 | 48.99 | 0.51 | 0.58 |
| Hex | CA | B6 | 5D | 0 | A | 36 | 15 | 31 | 33 | 3A |
| Octal | 312 | 266 | 135 | 0 | 12 | 66 | 25 | 61 | 63 | 72 |
| Binary | 11001010 | 10110110 | 1011101 | 0 | 1010 | 110110 | 10101 | 110001 | 110011 | 111010 |
Color Harmonies of #CAB65D
Complementary color
Monochromatic Colors of #CAB65D
Black with #CAB65D
Text Example
Text Example
White with #CAB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB65D; }
p { color: rgb(202,182,93); }
H1.HeaderClassName
{
color: #CAB65D;
}
.AnyTagClassName
{
color: #CAB65D;
}
</style>
background-color css
<style>
a { background-color: #CAB65D; }
a { background-color: rgb(202,182,93); }
div.DivClassName
{
background-color: #CAB65D;
}
.BgClassName
{
background-color: #CAB65D;
}
</style>
border-color css
<style>
span { border-color: #CAB65D; }
span { border-color: rgb(202,182,93); }
td.TdClassName
{
border-color: #CAB65D;
}
.TagClassName
{
border-color: #CAB65D;
}
</style>