Shades of Buddha Gold #CAA115
Tints of Buddha Gold #CAA115
RGB
CMYK
RGB Variations
Color information
#CAA115 (or 0xCAA115) is known color: Buddha Gold. HEX triplet: CA, A1 and 15. RGB value is (202,161,21). Sum of RGB (Red+Green+Blue) = 202+161+21=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA115 is #355EEA. Grayscale: #9D9D9D. Windows color (decimal): -3497707 or 1417674. OLE color: 1417674.
HSL color Cylindrical-coordinate representation of color #CAA115: hue angle of 46.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA115 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 21 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.21 |
| HSL | 46.41º | 0.81% | 0.44% | - |
| HSV(B) | 46.41º | 0.9% | 0.79% | - |
| XYZ | 37.24 | 38.1 | 6.1 | - |
| YUV | 157.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 21 | 0 | 0.20 | 0.90 | 0.21 | 46.41 | 0.81 | 0.44 |
| Hex | CA | A1 | 15 | 0 | 14 | 5A | 15 | 2E | 51 | 2C |
| Octal | 312 | 241 | 25 | 0 | 24 | 132 | 25 | 56 | 121 | 54 |
| Binary | 11001010 | 10100001 | 10101 | 0 | 10100 | 1011010 | 10101 | 101110 | 1010001 | 101100 |
Color Harmonies of #CAA115
Complementary color
Monochromatic Colors of #CAA115
Black with #CAA115
Text Example
Text Example
White with #CAA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA115; }
p { color: rgb(202,161,21); }
H1.HeaderClassName
{
color: #CAA115;
}
.AnyTagClassName
{
color: #CAA115;
}
</style>
background-color css
<style>
a { background-color: #CAA115; }
a { background-color: rgb(202,161,21); }
div.DivClassName
{
background-color: #CAA115;
}
.BgClassName
{
background-color: #CAA115;
}
</style>
border-color css
<style>
span { border-color: #CAA115; }
span { border-color: rgb(202,161,21); }
td.TdClassName
{
border-color: #CAA115;
}
.TagClassName
{
border-color: #CAA115;
}
</style>