Shades of Tacha #CAB555
Tints of Tacha #CAB555
RGB
CMYK
RGB Variations
Color information
#CAB555 (or 0xCAB555) is known color: Tacha. HEX triplet: CA, B5 and 55. RGB value is (202,181,85). Sum of RGB (Red+Green+Blue) = 202+181+85=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB555 is #354AAA. Grayscale: #B0B0B0. Windows color (decimal): -3492523 or 5617098. OLE color: 5617098.
HSL color Cylindrical-coordinate representation of color #CAB555: hue angle of 49.23º 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 #CAB555 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 85 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.21 |
| HSL | 49.23º | 0.52% | 0.56% | - |
| HSV(B) | 49.23º | 0.58% | 0.79% | - |
| XYZ | 42.52 | 46.26 | 15.28 | - |
| YUV | 176.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 85 | 0 | 0.10 | 0.58 | 0.21 | 49.23 | 0.52 | 0.56 |
| Hex | CA | B5 | 55 | 0 | A | 3A | 15 | 31 | 34 | 38 |
| Octal | 312 | 265 | 125 | 0 | 12 | 72 | 25 | 61 | 64 | 70 |
| Binary | 11001010 | 10110101 | 1010101 | 0 | 1010 | 111010 | 10101 | 110001 | 110100 | 111000 |
Color Harmonies of #CAB555
Complementary color
Monochromatic Colors of #CAB555
Black with #CAB555
Text Example
Text Example
White with #CAB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB555; }
p { color: rgb(202,181,85); }
H1.HeaderClassName
{
color: #CAB555;
}
.AnyTagClassName
{
color: #CAB555;
}
</style>
background-color css
<style>
a { background-color: #CAB555; }
a { background-color: rgb(202,181,85); }
div.DivClassName
{
background-color: #CAB555;
}
.BgClassName
{
background-color: #CAB555;
}
</style>
border-color css
<style>
span { border-color: #CAB555; }
span { border-color: rgb(202,181,85); }
td.TdClassName
{
border-color: #CAB555;
}
.TagClassName
{
border-color: #CAB555;
}
</style>