Shades of Tacha #CABA61
Tints of Tacha #CABA61
RGB
CMYK
RGB Variations
Color information
#CABA61 (or 0xCABA61) is known color: Tacha. HEX triplet: CA, BA and 61. RGB value is (202,186,97). Sum of RGB (Red+Green+Blue) = 202+186+97=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA61 is #35459E. Grayscale: #B5B5B5. Windows color (decimal): -3491231 or 6404810. OLE color: 6404810.
HSL color Cylindrical-coordinate representation of color #CABA61: hue angle of 50.86º 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 #CABA61 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 97 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.21 |
| HSL | 50.86º | 0.5% | 0.59% | - |
| HSV(B) | 50.86º | 0.52% | 0.79% | - |
| XYZ | 44.07 | 48.54 | 18.35 | - |
| YUV | 180.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 97 | 0 | 0.08 | 0.52 | 0.21 | 50.86 | 0.5 | 0.59 |
| Hex | CA | BA | 61 | 0 | 8 | 34 | 15 | 33 | 32 | 3B |
| Octal | 312 | 272 | 141 | 0 | 10 | 64 | 25 | 63 | 62 | 73 |
| Binary | 11001010 | 10111010 | 1100001 | 0 | 1000 | 110100 | 10101 | 110011 | 110010 | 111011 |
Color Harmonies of #CABA61
Complementary color
Monochromatic Colors of #CABA61
Black with #CABA61
Text Example
Text Example
White with #CABA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA61; }
p { color: rgb(202,186,97); }
H1.HeaderClassName
{
color: #CABA61;
}
.AnyTagClassName
{
color: #CABA61;
}
</style>
background-color css
<style>
a { background-color: #CABA61; }
a { background-color: rgb(202,186,97); }
div.DivClassName
{
background-color: #CABA61;
}
.BgClassName
{
background-color: #CABA61;
}
</style>
border-color css
<style>
span { border-color: #CABA61; }
span { border-color: rgb(202,186,97); }
td.TdClassName
{
border-color: #CABA61;
}
.TagClassName
{
border-color: #CABA61;
}
</style>