Shades of Tacha #CAB956
Tints of Tacha #CAB956
RGB
CMYK
RGB Variations
Color information
#CAB956 (or 0xCAB956) is known color: Tacha. HEX triplet: CA, B9 and 56. RGB value is (202,185,86). Sum of RGB (Red+Green+Blue) = 202+185+86=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB956 is #3546A9. Grayscale: #B3B3B3. Windows color (decimal): -3491498 or 5683658. OLE color: 5683658.
HSL color Cylindrical-coordinate representation of color #CAB956: hue angle of 51.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAB956 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 86 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.21 |
| HSL | 51.21º | 0.52% | 0.56% | - |
| HSV(B) | 51.21º | 0.57% | 0.79% | - |
| XYZ | 43.39 | 47.93 | 15.77 | - |
| YUV | 178.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 86 | 0 | 0.08 | 0.57 | 0.21 | 51.21 | 0.52 | 0.56 |
| Hex | CA | B9 | 56 | 0 | 8 | 39 | 15 | 33 | 34 | 38 |
| Octal | 312 | 271 | 126 | 0 | 10 | 71 | 25 | 63 | 64 | 70 |
| Binary | 11001010 | 10111001 | 1010110 | 0 | 1000 | 111001 | 10101 | 110011 | 110100 | 111000 |
Color Harmonies of #CAB956
Complementary color
Monochromatic Colors of #CAB956
Black with #CAB956
Text Example
Text Example
White with #CAB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB956; }
p { color: rgb(202,185,86); }
H1.HeaderClassName
{
color: #CAB956;
}
.AnyTagClassName
{
color: #CAB956;
}
</style>
background-color css
<style>
a { background-color: #CAB956; }
a { background-color: rgb(202,185,86); }
div.DivClassName
{
background-color: #CAB956;
}
.BgClassName
{
background-color: #CAB956;
}
</style>
border-color css
<style>
span { border-color: #CAB956; }
span { border-color: rgb(202,185,86); }
td.TdClassName
{
border-color: #CAB956;
}
.TagClassName
{
border-color: #CAB956;
}
</style>