Shades of Buddha Gold #C8AA0A
Tints of Buddha Gold #C8AA0A
RGB
CMYK
RGB Variations
Color information
#C8AA0A (or 0xC8AA0A) is known color: Buddha Gold. HEX triplet: C8, AA and 0A. RGB value is (200,170,10). Sum of RGB (Red+Green+Blue) = 200+170+10=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA0A is #3755F5. Grayscale: #A1A1A1. Windows color (decimal): -3626486 or 699080. OLE color: 699080.
HSL color Cylindrical-coordinate representation of color #C8AA0A: hue angle of 50.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8AA0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.22 |
| HSL | 50.53º | 0.9% | 0.41% | - |
| HSV(B) | 50.53º | 0.95% | 0.78% | - |
| XYZ | 38.25 | 41.05 | 6.19 | - |
| YUV | 160.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 10 | 0 | 0.15 | 0.95 | 0.22 | 50.53 | 0.9 | 0.41 |
| Hex | C8 | AA | A | 0 | F | 5F | 16 | 33 | 5A | 29 |
| Octal | 310 | 252 | 12 | 0 | 17 | 137 | 26 | 63 | 132 | 51 |
| Binary | 11001000 | 10101010 | 1010 | 0 | 1111 | 1011111 | 10110 | 110011 | 1011010 | 101001 |
Color Harmonies of #C8AA0A
Complementary color
Monochromatic Colors of #C8AA0A
Black with #C8AA0A
Text Example
Text Example
White with #C8AA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA0A; }
p { color: rgb(200,170,10); }
H1.HeaderClassName
{
color: #C8AA0A;
}
.AnyTagClassName
{
color: #C8AA0A;
}
</style>
background-color css
<style>
a { background-color: #C8AA0A; }
a { background-color: rgb(200,170,10); }
div.DivClassName
{
background-color: #C8AA0A;
}
.BgClassName
{
background-color: #C8AA0A;
}
</style>
border-color css
<style>
span { border-color: #C8AA0A; }
span { border-color: rgb(200,170,10); }
td.TdClassName
{
border-color: #C8AA0A;
}
.TagClassName
{
border-color: #C8AA0A;
}
</style>