Shades of Tacha #CAB658
Tints of Tacha #CAB658
RGB
CMYK
RGB Variations
Color information
#CAB658 (or 0xCAB658) is known color: Tacha. HEX triplet: CA, B6 and 58. RGB value is (202,182,88). Sum of RGB (Red+Green+Blue) = 202+182+88=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB658 is #3549A7. Grayscale: #B1B1B1. Windows color (decimal): -3492264 or 5813962. OLE color: 5813962.
HSL color Cylindrical-coordinate representation of color #CAB658: hue angle of 49.47º 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 #CAB658 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 88 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.21 |
| HSL | 49.47º | 0.52% | 0.57% | - |
| HSV(B) | 49.47º | 0.56% | 0.79% | - |
| XYZ | 42.85 | 46.72 | 15.99 | - |
| YUV | 177.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 88 | 0 | 0.10 | 0.56 | 0.21 | 49.47 | 0.52 | 0.57 |
| Hex | CA | B6 | 58 | 0 | A | 38 | 15 | 31 | 34 | 39 |
| Octal | 312 | 266 | 130 | 0 | 12 | 70 | 25 | 61 | 64 | 71 |
| Binary | 11001010 | 10110110 | 1011000 | 0 | 1010 | 111000 | 10101 | 110001 | 110100 | 111001 |
Color Harmonies of #CAB658
Complementary color
Monochromatic Colors of #CAB658
Black with #CAB658
Text Example
Text Example
White with #CAB658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB658; }
p { color: rgb(202,182,88); }
H1.HeaderClassName
{
color: #CAB658;
}
.AnyTagClassName
{
color: #CAB658;
}
</style>
background-color css
<style>
a { background-color: #CAB658; }
a { background-color: rgb(202,182,88); }
div.DivClassName
{
background-color: #CAB658;
}
.BgClassName
{
background-color: #CAB658;
}
</style>
border-color css
<style>
span { border-color: #CAB658; }
span { border-color: rgb(202,182,88); }
td.TdClassName
{
border-color: #CAB658;
}
.TagClassName
{
border-color: #CAB658;
}
</style>