Shades of Tacha #CAB75C
Tints of Tacha #CAB75C
RGB
CMYK
RGB Variations
Color information
#CAB75C (or 0xCAB75C) is known color: Tacha. HEX triplet: CA, B7 and 5C. RGB value is (202,183,92). Sum of RGB (Red+Green+Blue) = 202+183+92=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB75C is #3548A3. Grayscale: #B2B2B2. Windows color (decimal): -3492004 or 6076362. OLE color: 6076362.
HSL color Cylindrical-coordinate representation of color #CAB75C: hue angle of 49.64º 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 #CAB75C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 92 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.21 |
| HSL | 49.64º | 0.51% | 0.58% | - |
| HSV(B) | 49.64º | 0.54% | 0.79% | - |
| XYZ | 43.22 | 47.2 | 16.96 | - |
| YUV | 178.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 92 | 0 | 0.09 | 0.54 | 0.21 | 49.64 | 0.51 | 0.58 |
| Hex | CA | B7 | 5C | 0 | 9 | 36 | 15 | 32 | 33 | 3A |
| Octal | 312 | 267 | 134 | 0 | 11 | 66 | 25 | 62 | 63 | 72 |
| Binary | 11001010 | 10110111 | 1011100 | 0 | 1001 | 110110 | 10101 | 110010 | 110011 | 111010 |
Color Harmonies of #CAB75C
Complementary color
Monochromatic Colors of #CAB75C
Black with #CAB75C
Text Example
Text Example
White with #CAB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB75C; }
p { color: rgb(202,183,92); }
H1.HeaderClassName
{
color: #CAB75C;
}
.AnyTagClassName
{
color: #CAB75C;
}
</style>
background-color css
<style>
a { background-color: #CAB75C; }
a { background-color: rgb(202,183,92); }
div.DivClassName
{
background-color: #CAB75C;
}
.BgClassName
{
background-color: #CAB75C;
}
</style>
border-color css
<style>
span { border-color: #CAB75C; }
span { border-color: rgb(202,183,92); }
td.TdClassName
{
border-color: #CAB75C;
}
.TagClassName
{
border-color: #CAB75C;
}
</style>