Shades of Tacha #CAB954
Tints of Tacha #CAB954
RGB
CMYK
RGB Variations
Color information
#CAB954 (or 0xCAB954) is known color: Tacha. HEX triplet: CA, B9 and 54. RGB value is (202,185,84). Sum of RGB (Red+Green+Blue) = 202+185+84=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB954 is #3546AB. Grayscale: #B2B2B2. Windows color (decimal): -3491500 or 5552586. OLE color: 5552586.
HSL color Cylindrical-coordinate representation of color #CAB954: hue angle of 51.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAB954 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 84 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.21 |
| HSL | 51.36º | 0.53% | 0.56% | - |
| HSV(B) | 51.36º | 0.58% | 0.79% | - |
| XYZ | 43.31 | 47.89 | 15.35 | - |
| YUV | 178.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 84 | 0 | 0.08 | 0.58 | 0.21 | 51.36 | 0.53 | 0.56 |
| Hex | CA | B9 | 54 | 0 | 8 | 3A | 15 | 33 | 35 | 38 |
| Octal | 312 | 271 | 124 | 0 | 10 | 72 | 25 | 63 | 65 | 70 |
| Binary | 11001010 | 10111001 | 1010100 | 0 | 1000 | 111010 | 10101 | 110011 | 110101 | 111000 |
Color Harmonies of #CAB954
Complementary color
Monochromatic Colors of #CAB954
Black with #CAB954
Text Example
Text Example
White with #CAB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB954; }
p { color: rgb(202,185,84); }
H1.HeaderClassName
{
color: #CAB954;
}
.AnyTagClassName
{
color: #CAB954;
}
</style>
background-color css
<style>
a { background-color: #CAB954; }
a { background-color: rgb(202,185,84); }
div.DivClassName
{
background-color: #CAB954;
}
.BgClassName
{
background-color: #CAB954;
}
</style>
border-color css
<style>
span { border-color: #CAB954; }
span { border-color: rgb(202,185,84); }
td.TdClassName
{
border-color: #CAB954;
}
.TagClassName
{
border-color: #CAB954;
}
</style>