Shades of Tacha #CAC461
Tints of Tacha #CAC461
RGB
CMYK
RGB Variations
Color information
#CAC461 (or 0xCAC461) is known color: Tacha. HEX triplet: CA, C4 and 61. RGB value is (202,196,97). Sum of RGB (Red+Green+Blue) = 202+196+97=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC461 is #353B9E. Grayscale: #BABABA. Windows color (decimal): -3488671 or 6407370. OLE color: 6407370.
HSL color Cylindrical-coordinate representation of color #CAC461: hue angle of 56.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC461 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 97 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.21 |
| HSL | 56.57º | 0.5% | 0.59% | - |
| HSV(B) | 56.57º | 0.52% | 0.79% | - |
| XYZ | 46.25 | 52.9 | 19.08 | - |
| YUV | 186.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 97 | 0 | 0.03 | 0.52 | 0.21 | 56.57 | 0.5 | 0.59 |
| Hex | CA | C4 | 61 | 0 | 3 | 34 | 15 | 39 | 32 | 3B |
| Octal | 312 | 304 | 141 | 0 | 3 | 64 | 25 | 71 | 62 | 73 |
| Binary | 11001010 | 11000100 | 1100001 | 0 | 11 | 110100 | 10101 | 111001 | 110010 | 111011 |
Color Harmonies of #CAC461
Complementary color
Monochromatic Colors of #CAC461
Black with #CAC461
Text Example
Text Example
White with #CAC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC461; }
p { color: rgb(202,196,97); }
H1.HeaderClassName
{
color: #CAC461;
}
.AnyTagClassName
{
color: #CAC461;
}
</style>
background-color css
<style>
a { background-color: #CAC461; }
a { background-color: rgb(202,196,97); }
div.DivClassName
{
background-color: #CAC461;
}
.BgClassName
{
background-color: #CAC461;
}
</style>
border-color css
<style>
span { border-color: #CAC461; }
span { border-color: rgb(202,196,97); }
td.TdClassName
{
border-color: #CAC461;
}
.TagClassName
{
border-color: #CAC461;
}
</style>