Shades of Tacha #CAB86B
Tints of Tacha #CAB86B
RGB
CMYK
RGB Variations
Color information
#CAB86B (or 0xCAB86B) is known color: Tacha. HEX triplet: CA, B8 and 6B. RGB value is (202,184,107). Sum of RGB (Red+Green+Blue) = 202+184+107=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB86B is #354794. Grayscale: #B4B4B4. Windows color (decimal): -3491733 or 7059658. OLE color: 7059658.
HSL color Cylindrical-coordinate representation of color #CAB86B: hue angle of 48.63º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAB86B is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 107 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.21 |
| HSL | 48.63º | 0.47% | 0.61% | - |
| HSV(B) | 48.63º | 0.47% | 0.79% | - |
| XYZ | 44.15 | 47.9 | 20.83 | - |
| YUV | 180.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 107 | 0 | 0.09 | 0.47 | 0.21 | 48.63 | 0.47 | 0.61 |
| Hex | CA | B8 | 6B | 0 | 9 | 2F | 15 | 31 | 2F | 3D |
| Octal | 312 | 270 | 153 | 0 | 11 | 57 | 25 | 61 | 57 | 75 |
| Binary | 11001010 | 10111000 | 1101011 | 0 | 1001 | 101111 | 10101 | 110001 | 101111 | 111101 |
Color Harmonies of #CAB86B
Complementary color
Monochromatic Colors of #CAB86B
Black with #CAB86B
Text Example
Text Example
White with #CAB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB86B; }
p { color: rgb(202,184,107); }
H1.HeaderClassName
{
color: #CAB86B;
}
.AnyTagClassName
{
color: #CAB86B;
}
</style>
background-color css
<style>
a { background-color: #CAB86B; }
a { background-color: rgb(202,184,107); }
div.DivClassName
{
background-color: #CAB86B;
}
.BgClassName
{
background-color: #CAB86B;
}
</style>
border-color css
<style>
span { border-color: #CAB86B; }
span { border-color: rgb(202,184,107); }
td.TdClassName
{
border-color: #CAB86B;
}
.TagClassName
{
border-color: #CAB86B;
}
</style>