Shades of Tacha #CAB566
Tints of Tacha #CAB566
RGB
CMYK
RGB Variations
Color information
#CAB566 (or 0xCAB566) is known color: Tacha. HEX triplet: CA, B5 and 66. RGB value is (202,181,102). Sum of RGB (Red+Green+Blue) = 202+181+102=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB566 is #354A99. Grayscale: #B2B2B2. Windows color (decimal): -3492506 or 6731210. OLE color: 6731210.
HSL color Cylindrical-coordinate representation of color #CAB566: hue angle of 47.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB566 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 102 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.21 |
| HSL | 47.4º | 0.49% | 0.6% | - |
| HSV(B) | 47.4º | 0.5% | 0.79% | - |
| XYZ | 43.28 | 46.56 | 19.28 | - |
| YUV | 178.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 102 | 0 | 0.10 | 0.50 | 0.21 | 47.4 | 0.49 | 0.6 |
| Hex | CA | B5 | 66 | 0 | A | 32 | 15 | 2F | 31 | 3C |
| Octal | 312 | 265 | 146 | 0 | 12 | 62 | 25 | 57 | 61 | 74 |
| Binary | 11001010 | 10110101 | 1100110 | 0 | 1010 | 110010 | 10101 | 101111 | 110001 | 111100 |
Color Harmonies of #CAB566
Complementary color
Monochromatic Colors of #CAB566
Black with #CAB566
Text Example
Text Example
White with #CAB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB566; }
p { color: rgb(202,181,102); }
H1.HeaderClassName
{
color: #CAB566;
}
.AnyTagClassName
{
color: #CAB566;
}
</style>
background-color css
<style>
a { background-color: #CAB566; }
a { background-color: rgb(202,181,102); }
div.DivClassName
{
background-color: #CAB566;
}
.BgClassName
{
background-color: #CAB566;
}
</style>
border-color css
<style>
span { border-color: #CAB566; }
span { border-color: rgb(202,181,102); }
td.TdClassName
{
border-color: #CAB566;
}
.TagClassName
{
border-color: #CAB566;
}
</style>