Shades of Tacha #CAB855
Tints of Tacha #CAB855
RGB
CMYK
RGB Variations
Color information
#CAB855 (or 0xCAB855) is known color: Tacha. HEX triplet: CA, B8 and 55. RGB value is (202,184,85). Sum of RGB (Red+Green+Blue) = 202+184+85=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB855 is #3547AA. Grayscale: #B2B2B2. Windows color (decimal): -3491755 or 5617866. OLE color: 5617866.
HSL color Cylindrical-coordinate representation of color #CAB855: hue angle of 50.77º degrees, saturation: 0.52, 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 #CAB855 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 85 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.21 |
| HSL | 50.77º | 0.52% | 0.56% | - |
| HSV(B) | 50.77º | 0.58% | 0.79% | - |
| XYZ | 43.14 | 47.49 | 15.49 | - |
| YUV | 178.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 85 | 0 | 0.09 | 0.58 | 0.21 | 50.77 | 0.52 | 0.56 |
| Hex | CA | B8 | 55 | 0 | 9 | 3A | 15 | 33 | 34 | 38 |
| Octal | 312 | 270 | 125 | 0 | 11 | 72 | 25 | 63 | 64 | 70 |
| Binary | 11001010 | 10111000 | 1010101 | 0 | 1001 | 111010 | 10101 | 110011 | 110100 | 111000 |
Color Harmonies of #CAB855
Complementary color
Monochromatic Colors of #CAB855
Black with #CAB855
Text Example
Text Example
White with #CAB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB855; }
p { color: rgb(202,184,85); }
H1.HeaderClassName
{
color: #CAB855;
}
.AnyTagClassName
{
color: #CAB855;
}
</style>
background-color css
<style>
a { background-color: #CAB855; }
a { background-color: rgb(202,184,85); }
div.DivClassName
{
background-color: #CAB855;
}
.BgClassName
{
background-color: #CAB855;
}
</style>
border-color css
<style>
span { border-color: #CAB855; }
span { border-color: rgb(202,184,85); }
td.TdClassName
{
border-color: #CAB855;
}
.TagClassName
{
border-color: #CAB855;
}
</style>