Shades of Buddha Gold #C7AA09
Tints of Buddha Gold #C7AA09
RGB
CMYK
RGB Variations
Color information
#C7AA09 (or 0xC7AA09) is known color: Buddha Gold. HEX triplet: C7, AA and 09. RGB value is (199,170,9). Sum of RGB (Red+Green+Blue) = 199+170+9=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA09 is #3855F6. Grayscale: #A0A0A0. Windows color (decimal): -3692023 or 633543. OLE color: 633543.
HSL color Cylindrical-coordinate representation of color #C7AA09: hue angle of 50.84º degrees, saturation: 0.91, 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 #C7AA09 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.22 |
| HSL | 50.84º | 0.91% | 0.41% | - |
| HSV(B) | 50.84º | 0.95% | 0.78% | - |
| XYZ | 37.98 | 40.91 | 6.15 | - |
| YUV | 160.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 9 | 0 | 0.15 | 0.95 | 0.22 | 50.84 | 0.91 | 0.41 |
| Hex | C7 | AA | 9 | 0 | F | 5F | 16 | 33 | 5B | 29 |
| Octal | 307 | 252 | 11 | 0 | 17 | 137 | 26 | 63 | 133 | 51 |
| Binary | 11000111 | 10101010 | 1001 | 0 | 1111 | 1011111 | 10110 | 110011 | 1011011 | 101001 |
Color Harmonies of #C7AA09
Complementary color
Monochromatic Colors of #C7AA09
Black with #C7AA09
Text Example
Text Example
White with #C7AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA09; }
p { color: rgb(199,170,9); }
H1.HeaderClassName
{
color: #C7AA09;
}
.AnyTagClassName
{
color: #C7AA09;
}
</style>
background-color css
<style>
a { background-color: #C7AA09; }
a { background-color: rgb(199,170,9); }
div.DivClassName
{
background-color: #C7AA09;
}
.BgClassName
{
background-color: #C7AA09;
}
</style>
border-color css
<style>
span { border-color: #C7AA09; }
span { border-color: rgb(199,170,9); }
td.TdClassName
{
border-color: #C7AA09;
}
.TagClassName
{
border-color: #C7AA09;
}
</style>