Shades of Buddha Gold #CA9215
Tints of Buddha Gold #CA9215
RGB
CMYK
RGB Variations
Color information
#CA9215 (or 0xCA9215) is known color: Buddha Gold. HEX triplet: CA, 92 and 15. RGB value is (202,146,21). Sum of RGB (Red+Green+Blue) = 202+146+21=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9215 is #356DEA. Grayscale: #959595. Windows color (decimal): -3501547 or 1413834. OLE color: 1413834.
HSL color Cylindrical-coordinate representation of color #CA9215: hue angle of 41.44º 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 #CA9215 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 21 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.21 |
| HSL | 41.44º | 0.81% | 0.44% | - |
| HSV(B) | 41.44º | 0.9% | 0.79% | - |
| XYZ | 34.77 | 33.17 | 5.28 | - |
| YUV | 148.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 21 | 0 | 0.28 | 0.90 | 0.21 | 41.44 | 0.81 | 0.44 |
| Hex | CA | 92 | 15 | 0 | 1C | 5A | 15 | 29 | 51 | 2C |
| Octal | 312 | 222 | 25 | 0 | 34 | 132 | 25 | 51 | 121 | 54 |
| Binary | 11001010 | 10010010 | 10101 | 0 | 11100 | 1011010 | 10101 | 101001 | 1010001 | 101100 |
Color Harmonies of #CA9215
Complementary color
Monochromatic Colors of #CA9215
Black with #CA9215
Text Example
Text Example
White with #CA9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9215; }
p { color: rgb(202,146,21); }
H1.HeaderClassName
{
color: #CA9215;
}
.AnyTagClassName
{
color: #CA9215;
}
</style>
background-color css
<style>
a { background-color: #CA9215; }
a { background-color: rgb(202,146,21); }
div.DivClassName
{
background-color: #CA9215;
}
.BgClassName
{
background-color: #CA9215;
}
</style>
border-color css
<style>
span { border-color: #CA9215; }
span { border-color: rgb(202,146,21); }
td.TdClassName
{
border-color: #CA9215;
}
.TagClassName
{
border-color: #CA9215;
}
</style>