Shades of Buddha Gold #C4A80A
Tints of Buddha Gold #C4A80A
RGB
CMYK
RGB Variations
Color information
#C4A80A (or 0xC4A80A) is known color: Buddha Gold. HEX triplet: C4, A8 and 0A. RGB value is (196,168,10). Sum of RGB (Red+Green+Blue) = 196+168+10=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A80A is #3B57F5. Grayscale: #9F9F9F. Windows color (decimal): -3889142 or 698564. OLE color: 698564.
HSL color Cylindrical-coordinate representation of color #C4A80A: hue angle of 50.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4A80A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.23 |
| HSL | 50.97º | 0.9% | 0.4% | - |
| HSV(B) | 50.97º | 0.95% | 0.77% | - |
| XYZ | 36.82 | 39.76 | 6.02 | - |
| YUV | 158.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 10 | 0 | 0.14 | 0.95 | 0.23 | 50.97 | 0.9 | 0.4 |
| Hex | C4 | A8 | A | 0 | E | 5F | 17 | 33 | 5A | 28 |
| Octal | 304 | 250 | 12 | 0 | 16 | 137 | 27 | 63 | 132 | 50 |
| Binary | 11000100 | 10101000 | 1010 | 0 | 1110 | 1011111 | 10111 | 110011 | 1011010 | 101000 |
Color Harmonies of #C4A80A
Complementary color
Monochromatic Colors of #C4A80A
Black with #C4A80A
Text Example
Text Example
White with #C4A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A80A; }
p { color: rgb(196,168,10); }
H1.HeaderClassName
{
color: #C4A80A;
}
.AnyTagClassName
{
color: #C4A80A;
}
</style>
background-color css
<style>
a { background-color: #C4A80A; }
a { background-color: rgb(196,168,10); }
div.DivClassName
{
background-color: #C4A80A;
}
.BgClassName
{
background-color: #C4A80A;
}
</style>
border-color css
<style>
span { border-color: #C4A80A; }
span { border-color: rgb(196,168,10); }
td.TdClassName
{
border-color: #C4A80A;
}
.TagClassName
{
border-color: #C4A80A;
}
</style>