Shades of Tacha #CAB85C
Tints of Tacha #CAB85C
RGB
CMYK
RGB Variations
Color information
#CAB85C (or 0xCAB85C) is known color: Tacha. HEX triplet: CA, B8 and 5C. RGB value is (202,184,92). Sum of RGB (Red+Green+Blue) = 202+184+92=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB85C is #3547A3. Grayscale: #B3B3B3. Windows color (decimal): -3491748 or 6076618. OLE color: 6076618.
HSL color Cylindrical-coordinate representation of color #CAB85C: hue angle of 50.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAB85C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 92 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.21 |
| HSL | 50.18º | 0.51% | 0.58% | - |
| HSV(B) | 50.18º | 0.54% | 0.79% | - |
| XYZ | 43.43 | 47.61 | 17.03 | - |
| YUV | 178.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 92 | 0 | 0.09 | 0.54 | 0.21 | 50.18 | 0.51 | 0.58 |
| Hex | CA | B8 | 5C | 0 | 9 | 36 | 15 | 32 | 33 | 3A |
| Octal | 312 | 270 | 134 | 0 | 11 | 66 | 25 | 62 | 63 | 72 |
| Binary | 11001010 | 10111000 | 1011100 | 0 | 1001 | 110110 | 10101 | 110010 | 110011 | 111010 |
Color Harmonies of #CAB85C
Complementary color
Monochromatic Colors of #CAB85C
Black with #CAB85C
Text Example
Text Example
White with #CAB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB85C; }
p { color: rgb(202,184,92); }
H1.HeaderClassName
{
color: #CAB85C;
}
.AnyTagClassName
{
color: #CAB85C;
}
</style>
background-color css
<style>
a { background-color: #CAB85C; }
a { background-color: rgb(202,184,92); }
div.DivClassName
{
background-color: #CAB85C;
}
.BgClassName
{
background-color: #CAB85C;
}
</style>
border-color css
<style>
span { border-color: #CAB85C; }
span { border-color: rgb(202,184,92); }
td.TdClassName
{
border-color: #CAB85C;
}
.TagClassName
{
border-color: #CAB85C;
}
</style>