Shades of Tacha #CAB358
Tints of Tacha #CAB358
RGB
CMYK
RGB Variations
Color information
#CAB358 (or 0xCAB358) is known color: Tacha. HEX triplet: CA, B3 and 58. RGB value is (202,179,88). Sum of RGB (Red+Green+Blue) = 202+179+88=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB358 is #354CA7. Grayscale: #AFAFAF. Windows color (decimal): -3493032 or 5813194. OLE color: 5813194.
HSL color Cylindrical-coordinate representation of color #CAB358: hue angle of 47.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAB358 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 88 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.21 |
| HSL | 47.89º | 0.52% | 0.57% | - |
| HSV(B) | 47.89º | 0.56% | 0.79% | - |
| XYZ | 42.24 | 45.5 | 15.79 | - |
| YUV | 175.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 88 | 0 | 0.11 | 0.56 | 0.21 | 47.89 | 0.52 | 0.57 |
| Hex | CA | B3 | 58 | 0 | B | 38 | 15 | 30 | 34 | 39 |
| Octal | 312 | 263 | 130 | 0 | 13 | 70 | 25 | 60 | 64 | 71 |
| Binary | 11001010 | 10110011 | 1011000 | 0 | 1011 | 111000 | 10101 | 110000 | 110100 | 111001 |
Color Harmonies of #CAB358
Complementary color
Monochromatic Colors of #CAB358
Black with #CAB358
Text Example
Text Example
White with #CAB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB358; }
p { color: rgb(202,179,88); }
H1.HeaderClassName
{
color: #CAB358;
}
.AnyTagClassName
{
color: #CAB358;
}
</style>
background-color css
<style>
a { background-color: #CAB358; }
a { background-color: rgb(202,179,88); }
div.DivClassName
{
background-color: #CAB358;
}
.BgClassName
{
background-color: #CAB358;
}
</style>
border-color css
<style>
span { border-color: #CAB358; }
span { border-color: rgb(202,179,88); }
td.TdClassName
{
border-color: #CAB358;
}
.TagClassName
{
border-color: #CAB358;
}
</style>