Shades of Tacha #CAB260
Tints of Tacha #CAB260
RGB
CMYK
RGB Variations
Color information
#CAB260 (or 0xCAB260) is known color: Tacha. HEX triplet: CA, B2 and 60. RGB value is (202,178,96). Sum of RGB (Red+Green+Blue) = 202+178+96=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB260 is #354D9F. Grayscale: #B0B0B0. Windows color (decimal): -3493280 or 6337226. OLE color: 6337226.
HSL color Cylindrical-coordinate representation of color #CAB260: hue angle of 46.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAB260 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 96 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.21 |
| HSL | 46.42º | 0.5% | 0.58% | - |
| HSV(B) | 46.42º | 0.52% | 0.79% | - |
| XYZ | 42.39 | 45.24 | 17.56 | - |
| YUV | 175.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 96 | 0 | 0.12 | 0.52 | 0.21 | 46.42 | 0.5 | 0.58 |
| Hex | CA | B2 | 60 | 0 | C | 34 | 15 | 2E | 32 | 3A |
| Octal | 312 | 262 | 140 | 0 | 14 | 64 | 25 | 56 | 62 | 72 |
| Binary | 11001010 | 10110010 | 1100000 | 0 | 1100 | 110100 | 10101 | 101110 | 110010 | 111010 |
Color Harmonies of #CAB260
Complementary color
Monochromatic Colors of #CAB260
Black with #CAB260
Text Example
Text Example
White with #CAB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB260; }
p { color: rgb(202,178,96); }
H1.HeaderClassName
{
color: #CAB260;
}
.AnyTagClassName
{
color: #CAB260;
}
</style>
background-color css
<style>
a { background-color: #CAB260; }
a { background-color: rgb(202,178,96); }
div.DivClassName
{
background-color: #CAB260;
}
.BgClassName
{
background-color: #CAB260;
}
</style>
border-color css
<style>
span { border-color: #CAB260; }
span { border-color: rgb(202,178,96); }
td.TdClassName
{
border-color: #CAB260;
}
.TagClassName
{
border-color: #CAB260;
}
</style>