Shades of Tacha #CAB96B
Tints of Tacha #CAB96B
RGB
CMYK
RGB Variations
Color information
#CAB96B (or 0xCAB96B) is known color: Tacha. HEX triplet: CA, B9 and 6B. RGB value is (202,185,107). Sum of RGB (Red+Green+Blue) = 202+185+107=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB96B is #354694. Grayscale: #B5B5B5. Windows color (decimal): -3491477 or 7059914. OLE color: 7059914.
HSL color Cylindrical-coordinate representation of color #CAB96B: hue angle of 49.26º 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 #CAB96B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 107 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.21 |
| HSL | 49.26º | 0.47% | 0.61% | - |
| HSV(B) | 49.26º | 0.47% | 0.79% | - |
| XYZ | 44.36 | 48.32 | 20.9 | - |
| YUV | 181.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 107 | 0 | 0.08 | 0.47 | 0.21 | 49.26 | 0.47 | 0.61 |
| Hex | CA | B9 | 6B | 0 | 8 | 2F | 15 | 31 | 2F | 3D |
| Octal | 312 | 271 | 153 | 0 | 10 | 57 | 25 | 61 | 57 | 75 |
| Binary | 11001010 | 10111001 | 1101011 | 0 | 1000 | 101111 | 10101 | 110001 | 101111 | 111101 |
Color Harmonies of #CAB96B
Complementary color
Monochromatic Colors of #CAB96B
Black with #CAB96B
Text Example
Text Example
White with #CAB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB96B; }
p { color: rgb(202,185,107); }
H1.HeaderClassName
{
color: #CAB96B;
}
.AnyTagClassName
{
color: #CAB96B;
}
</style>
background-color css
<style>
a { background-color: #CAB96B; }
a { background-color: rgb(202,185,107); }
div.DivClassName
{
background-color: #CAB96B;
}
.BgClassName
{
background-color: #CAB96B;
}
</style>
border-color css
<style>
span { border-color: #CAB96B; }
span { border-color: rgb(202,185,107); }
td.TdClassName
{
border-color: #CAB96B;
}
.TagClassName
{
border-color: #CAB96B;
}
</style>