Shades of Tacha #CAB761
Tints of Tacha #CAB761
RGB
CMYK
RGB Variations
Color information
#CAB761 (or 0xCAB761) is known color: Tacha. HEX triplet: CA, B7 and 61. RGB value is (202,183,97). Sum of RGB (Red+Green+Blue) = 202+183+97=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB761 is #35489E. Grayscale: #B3B3B3. Windows color (decimal): -3491999 or 6404042. OLE color: 6404042.
HSL color Cylindrical-coordinate representation of color #CAB761: hue angle of 49.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAB761 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 97 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.21 |
| HSL | 49.14º | 0.5% | 0.59% | - |
| HSV(B) | 49.14º | 0.52% | 0.79% | - |
| XYZ | 43.45 | 47.29 | 18.15 | - |
| YUV | 178.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 97 | 0 | 0.09 | 0.52 | 0.21 | 49.14 | 0.5 | 0.59 |
| Hex | CA | B7 | 61 | 0 | 9 | 34 | 15 | 31 | 32 | 3B |
| Octal | 312 | 267 | 141 | 0 | 11 | 64 | 25 | 61 | 62 | 73 |
| Binary | 11001010 | 10110111 | 1100001 | 0 | 1001 | 110100 | 10101 | 110001 | 110010 | 111011 |
Color Harmonies of #CAB761
Complementary color
Monochromatic Colors of #CAB761
Black with #CAB761
Text Example
Text Example
White with #CAB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB761; }
p { color: rgb(202,183,97); }
H1.HeaderClassName
{
color: #CAB761;
}
.AnyTagClassName
{
color: #CAB761;
}
</style>
background-color css
<style>
a { background-color: #CAB761; }
a { background-color: rgb(202,183,97); }
div.DivClassName
{
background-color: #CAB761;
}
.BgClassName
{
background-color: #CAB761;
}
</style>
border-color css
<style>
span { border-color: #CAB761; }
span { border-color: rgb(202,183,97); }
td.TdClassName
{
border-color: #CAB761;
}
.TagClassName
{
border-color: #CAB761;
}
</style>