Shades of Tacha #CAB558
Tints of Tacha #CAB558
RGB
CMYK
RGB Variations
Color information
#CAB558 (or 0xCAB558) is known color: Tacha. HEX triplet: CA, B5 and 58. RGB value is (202,181,88). Sum of RGB (Red+Green+Blue) = 202+181+88=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB558 is #354AA7. Grayscale: #B1B1B1. Windows color (decimal): -3492520 or 5813706. OLE color: 5813706.
HSL color Cylindrical-coordinate representation of color #CAB558: hue angle of 48.95º 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 #CAB558 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 88 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.21 |
| HSL | 48.95º | 0.52% | 0.57% | - |
| HSV(B) | 48.95º | 0.56% | 0.79% | - |
| XYZ | 42.64 | 46.31 | 15.92 | - |
| YUV | 176.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 88 | 0 | 0.10 | 0.56 | 0.21 | 48.95 | 0.52 | 0.57 |
| Hex | CA | B5 | 58 | 0 | A | 38 | 15 | 31 | 34 | 39 |
| Octal | 312 | 265 | 130 | 0 | 12 | 70 | 25 | 61 | 64 | 71 |
| Binary | 11001010 | 10110101 | 1011000 | 0 | 1010 | 111000 | 10101 | 110001 | 110100 | 111001 |
Color Harmonies of #CAB558
Complementary color
Monochromatic Colors of #CAB558
Black with #CAB558
Text Example
Text Example
White with #CAB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB558; }
p { color: rgb(202,181,88); }
H1.HeaderClassName
{
color: #CAB558;
}
.AnyTagClassName
{
color: #CAB558;
}
</style>
background-color css
<style>
a { background-color: #CAB558; }
a { background-color: rgb(202,181,88); }
div.DivClassName
{
background-color: #CAB558;
}
.BgClassName
{
background-color: #CAB558;
}
</style>
border-color css
<style>
span { border-color: #CAB558; }
span { border-color: rgb(202,181,88); }
td.TdClassName
{
border-color: #CAB558;
}
.TagClassName
{
border-color: #CAB558;
}
</style>