Shades of Tacha #CABA6A
Tints of Tacha #CABA6A
RGB
CMYK
RGB Variations
Color information
#CABA6A (or 0xCABA6A) is known color: Tacha. HEX triplet: CA, BA and 6A. RGB value is (202,186,106). Sum of RGB (Red+Green+Blue) = 202+186+106=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA6A is #354595. Grayscale: #B5B5B5. Windows color (decimal): -3491222 or 6994634. OLE color: 6994634.
HSL color Cylindrical-coordinate representation of color #CABA6A: hue angle of 50º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CABA6A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 106 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.21 |
| HSL | 50º | 0.48% | 0.6% | - |
| HSV(B) | 50º | 0.48% | 0.79% | - |
| XYZ | 44.52 | 48.71 | 20.69 | - |
| YUV | 181.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 106 | 0 | 0.08 | 0.48 | 0.21 | 50 | 0.48 | 0.6 |
| Hex | CA | BA | 6A | 0 | 8 | 30 | 15 | 32 | 30 | 3C |
| Octal | 312 | 272 | 152 | 0 | 10 | 60 | 25 | 62 | 60 | 74 |
| Binary | 11001010 | 10111010 | 1101010 | 0 | 1000 | 110000 | 10101 | 110010 | 110000 | 111100 |
Color Harmonies of #CABA6A
Complementary color
Monochromatic Colors of #CABA6A
Black with #CABA6A
Text Example
Text Example
White with #CABA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA6A; }
p { color: rgb(202,186,106); }
H1.HeaderClassName
{
color: #CABA6A;
}
.AnyTagClassName
{
color: #CABA6A;
}
</style>
background-color css
<style>
a { background-color: #CABA6A; }
a { background-color: rgb(202,186,106); }
div.DivClassName
{
background-color: #CABA6A;
}
.BgClassName
{
background-color: #CABA6A;
}
</style>
border-color css
<style>
span { border-color: #CABA6A; }
span { border-color: rgb(202,186,106); }
td.TdClassName
{
border-color: #CABA6A;
}
.TagClassName
{
border-color: #CABA6A;
}
</style>