Shades of Tacha #CAB65C
Tints of Tacha #CAB65C
RGB
CMYK
RGB Variations
Color information
#CAB65C (or 0xCAB65C) is known color: Tacha. HEX triplet: CA, B6 and 5C. RGB value is (202,182,92). Sum of RGB (Red+Green+Blue) = 202+182+92=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB65C is #3549A3. Grayscale: #B2B2B2. Windows color (decimal): -3492260 or 6076106. OLE color: 6076106.
HSL color Cylindrical-coordinate representation of color #CAB65C: hue angle of 49.09º 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 #CAB65C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 92 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.21 |
| HSL | 49.09º | 0.51% | 0.58% | - |
| HSV(B) | 49.09º | 0.54% | 0.79% | - |
| XYZ | 43.02 | 46.79 | 16.89 | - |
| YUV | 177.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 92 | 0 | 0.10 | 0.54 | 0.21 | 49.09 | 0.51 | 0.58 |
| Hex | CA | B6 | 5C | 0 | A | 36 | 15 | 31 | 33 | 3A |
| Octal | 312 | 266 | 134 | 0 | 12 | 66 | 25 | 61 | 63 | 72 |
| Binary | 11001010 | 10110110 | 1011100 | 0 | 1010 | 110110 | 10101 | 110001 | 110011 | 111010 |
Color Harmonies of #CAB65C
Complementary color
Monochromatic Colors of #CAB65C
Black with #CAB65C
Text Example
Text Example
White with #CAB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB65C; }
p { color: rgb(202,182,92); }
H1.HeaderClassName
{
color: #CAB65C;
}
.AnyTagClassName
{
color: #CAB65C;
}
</style>
background-color css
<style>
a { background-color: #CAB65C; }
a { background-color: rgb(202,182,92); }
div.DivClassName
{
background-color: #CAB65C;
}
.BgClassName
{
background-color: #CAB65C;
}
</style>
border-color css
<style>
span { border-color: #CAB65C; }
span { border-color: rgb(202,182,92); }
td.TdClassName
{
border-color: #CAB65C;
}
.TagClassName
{
border-color: #CAB65C;
}
</style>