Shades of Tacha #CAC165
Tints of Tacha #CAC165
RGB
CMYK
RGB Variations
Color information
#CAC165 (or 0xCAC165) is known color: Tacha. HEX triplet: CA, C1 and 65. RGB value is (202,193,101). Sum of RGB (Red+Green+Blue) = 202+193+101=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC165 is #353E9A. Grayscale: #B9B9B9. Windows color (decimal): -3489435 or 6668746. OLE color: 6668746.
HSL color Cylindrical-coordinate representation of color #CAC165: hue angle of 54.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC165 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 101 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.21 |
| HSL | 54.65º | 0.49% | 0.59% | - |
| HSV(B) | 54.65º | 0.5% | 0.79% | - |
| XYZ | 45.78 | 51.64 | 19.87 | - |
| YUV | 185.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 101 | 0 | 0.04 | 0.50 | 0.21 | 54.65 | 0.49 | 0.59 |
| Hex | CA | C1 | 65 | 0 | 4 | 32 | 15 | 37 | 31 | 3B |
| Octal | 312 | 301 | 145 | 0 | 4 | 62 | 25 | 67 | 61 | 73 |
| Binary | 11001010 | 11000001 | 1100101 | 0 | 100 | 110010 | 10101 | 110111 | 110001 | 111011 |
Color Harmonies of #CAC165
Complementary color
Monochromatic Colors of #CAC165
Black with #CAC165
Text Example
Text Example
White with #CAC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC165; }
p { color: rgb(202,193,101); }
H1.HeaderClassName
{
color: #CAC165;
}
.AnyTagClassName
{
color: #CAC165;
}
</style>
background-color css
<style>
a { background-color: #CAC165; }
a { background-color: rgb(202,193,101); }
div.DivClassName
{
background-color: #CAC165;
}
.BgClassName
{
background-color: #CAC165;
}
</style>
border-color css
<style>
span { border-color: #CAC165; }
span { border-color: rgb(202,193,101); }
td.TdClassName
{
border-color: #CAC165;
}
.TagClassName
{
border-color: #CAC165;
}
</style>