Shades of Buddha Gold #C2A50A
Tints of Buddha Gold #C2A50A
RGB
CMYK
RGB Variations
Color information
#C2A50A (or 0xC2A50A) is known color: Buddha Gold. HEX triplet: C2, A5 and 0A. RGB value is (194,165,10). Sum of RGB (Red+Green+Blue) = 194+165+10=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A50A is #3D5AF5. Grayscale: #9C9C9C. Windows color (decimal): -4020982 or 697794. OLE color: 697794.
HSL color Cylindrical-coordinate representation of color #C2A50A: hue angle of 50.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2A50A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.24 |
| HSL | 50.54º | 0.9% | 0.4% | - |
| HSV(B) | 50.54º | 0.95% | 0.76% | - |
| XYZ | 35.76 | 38.4 | 5.81 | - |
| YUV | 156 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 10 | 0 | 0.15 | 0.95 | 0.24 | 50.54 | 0.9 | 0.4 |
| Hex | C2 | A5 | A | 0 | F | 5F | 18 | 33 | 5A | 28 |
| Octal | 302 | 245 | 12 | 0 | 17 | 137 | 30 | 63 | 132 | 50 |
| Binary | 11000010 | 10100101 | 1010 | 0 | 1111 | 1011111 | 11000 | 110011 | 1011010 | 101000 |
Color Harmonies of #C2A50A
Complementary color
Monochromatic Colors of #C2A50A
Black with #C2A50A
Text Example
Text Example
White with #C2A50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A50A; }
p { color: rgb(194,165,10); }
H1.HeaderClassName
{
color: #C2A50A;
}
.AnyTagClassName
{
color: #C2A50A;
}
</style>
background-color css
<style>
a { background-color: #C2A50A; }
a { background-color: rgb(194,165,10); }
div.DivClassName
{
background-color: #C2A50A;
}
.BgClassName
{
background-color: #C2A50A;
}
</style>
border-color css
<style>
span { border-color: #C2A50A; }
span { border-color: rgb(194,165,10); }
td.TdClassName
{
border-color: #C2A50A;
}
.TagClassName
{
border-color: #C2A50A;
}
</style>