Shades of Tacha #CAB262
Tints of Tacha #CAB262
RGB
CMYK
RGB Variations
Color information
#CAB262 (or 0xCAB262) is known color: Tacha. HEX triplet: CA, B2 and 62. RGB value is (202,178,98). Sum of RGB (Red+Green+Blue) = 202+178+98=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB262 is #354D9D. Grayscale: #B0B0B0. Windows color (decimal): -3493278 or 6468298. OLE color: 6468298.
HSL color Cylindrical-coordinate representation of color #CAB262: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAB262 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 98 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.21 |
| HSL | 46.15º | 0.5% | 0.59% | - |
| HSV(B) | 46.15º | 0.51% | 0.79% | - |
| XYZ | 42.48 | 45.28 | 18.06 | - |
| YUV | 176.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 98 | 0 | 0.12 | 0.51 | 0.21 | 46.15 | 0.5 | 0.59 |
| Hex | CA | B2 | 62 | 0 | C | 33 | 15 | 2E | 32 | 3B |
| Octal | 312 | 262 | 142 | 0 | 14 | 63 | 25 | 56 | 62 | 73 |
| Binary | 11001010 | 10110010 | 1100010 | 0 | 1100 | 110011 | 10101 | 101110 | 110010 | 111011 |
Color Harmonies of #CAB262
Complementary color
Monochromatic Colors of #CAB262
Black with #CAB262
Text Example
Text Example
White with #CAB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB262; }
p { color: rgb(202,178,98); }
H1.HeaderClassName
{
color: #CAB262;
}
.AnyTagClassName
{
color: #CAB262;
}
</style>
background-color css
<style>
a { background-color: #CAB262; }
a { background-color: rgb(202,178,98); }
div.DivClassName
{
background-color: #CAB262;
}
.BgClassName
{
background-color: #CAB262;
}
</style>
border-color css
<style>
span { border-color: #CAB262; }
span { border-color: rgb(202,178,98); }
td.TdClassName
{
border-color: #CAB262;
}
.TagClassName
{
border-color: #CAB262;
}
</style>