Shades of Tacha #CAC052
Tints of Tacha #CAC052
RGB
CMYK
RGB Variations
Color information
#CAC052 (or 0xCAC052) is known color: Tacha. HEX triplet: CA, C0 and 52. RGB value is (202,192,82). Sum of RGB (Red+Green+Blue) = 202+192+82=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC052 is #353FAD. Grayscale: #B6B6B6. Windows color (decimal): -3489710 or 5423306. OLE color: 5423306.
HSL color Cylindrical-coordinate representation of color #CAC052: hue angle of 55º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAC052 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 82 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.21 |
| HSL | 55º | 0.53% | 0.56% | - |
| HSV(B) | 55º | 0.59% | 0.79% | - |
| XYZ | 44.73 | 50.87 | 15.44 | - |
| YUV | 182.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 82 | 0 | 0.05 | 0.59 | 0.21 | 55 | 0.53 | 0.56 |
| Hex | CA | C0 | 52 | 0 | 5 | 3B | 15 | 37 | 35 | 38 |
| Octal | 312 | 300 | 122 | 0 | 5 | 73 | 25 | 67 | 65 | 70 |
| Binary | 11001010 | 11000000 | 1010010 | 0 | 101 | 111011 | 10101 | 110111 | 110101 | 111000 |
Color Harmonies of #CAC052
Complementary color
Monochromatic Colors of #CAC052
Black with #CAC052
Text Example
Text Example
White with #CAC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC052; }
p { color: rgb(202,192,82); }
H1.HeaderClassName
{
color: #CAC052;
}
.AnyTagClassName
{
color: #CAC052;
}
</style>
background-color css
<style>
a { background-color: #CAC052; }
a { background-color: rgb(202,192,82); }
div.DivClassName
{
background-color: #CAC052;
}
.BgClassName
{
background-color: #CAC052;
}
</style>
border-color css
<style>
span { border-color: #CAC052; }
span { border-color: rgb(202,192,82); }
td.TdClassName
{
border-color: #CAC052;
}
.TagClassName
{
border-color: #CAC052;
}
</style>