Shades of Buddha Gold #CAA20C
Tints of Buddha Gold #CAA20C
RGB
CMYK
RGB Variations
Color information
#CAA20C (or 0xCAA20C) is known color: Buddha Gold. HEX triplet: CA, A2 and 0C. RGB value is (202,162,12). Sum of RGB (Red+Green+Blue) = 202+162+12=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20C is #355DF3. Grayscale: #9D9D9D. Windows color (decimal): -3497460 or 828106. OLE color: 828106.
HSL color Cylindrical-coordinate representation of color #CAA20C: hue angle of 47.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA20C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.21 |
| HSL | 47.37º | 0.89% | 0.42% | - |
| HSV(B) | 47.37º | 0.94% | 0.79% | - |
| XYZ | 37.34 | 38.42 | 5.8 | - |
| YUV | 156.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 12 | 0 | 0.20 | 0.94 | 0.21 | 47.37 | 0.89 | 0.42 |
| Hex | CA | A2 | C | 0 | 14 | 5E | 15 | 2F | 59 | 2A |
| Octal | 312 | 242 | 14 | 0 | 24 | 136 | 25 | 57 | 131 | 52 |
| Binary | 11001010 | 10100010 | 1100 | 0 | 10100 | 1011110 | 10101 | 101111 | 1011001 | 101010 |
Color Harmonies of #CAA20C
Complementary color
Monochromatic Colors of #CAA20C
Black with #CAA20C
Text Example
Text Example
White with #CAA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA20C; }
p { color: rgb(202,162,12); }
H1.HeaderClassName
{
color: #CAA20C;
}
.AnyTagClassName
{
color: #CAA20C;
}
</style>
background-color css
<style>
a { background-color: #CAA20C; }
a { background-color: rgb(202,162,12); }
div.DivClassName
{
background-color: #CAA20C;
}
.BgClassName
{
background-color: #CAA20C;
}
</style>
border-color css
<style>
span { border-color: #CAA20C; }
span { border-color: rgb(202,162,12); }
td.TdClassName
{
border-color: #CAA20C;
}
.TagClassName
{
border-color: #CAA20C;
}
</style>