Shades of Buddha Gold #C7A00A
Tints of Buddha Gold #C7A00A
RGB
CMYK
RGB Variations
Color information
#C7A00A (or 0xC7A00A) is known color: Buddha Gold. HEX triplet: C7, A0 and 0A. RGB value is (199,160,10). Sum of RGB (Red+Green+Blue) = 199+160+10=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A00A is #385FF5. Grayscale: #9B9B9B. Windows color (decimal): -3694582 or 696519. OLE color: 696519.
HSL color Cylindrical-coordinate representation of color #C7A00A: hue angle of 47.62º 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 #C7A00A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.22 |
| HSL | 47.62º | 0.9% | 0.41% | - |
| HSV(B) | 47.62º | 0.95% | 0.78% | - |
| XYZ | 36.18 | 37.31 | 5.58 | - |
| YUV | 154.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 10 | 0 | 0.20 | 0.95 | 0.22 | 47.62 | 0.9 | 0.41 |
| Hex | C7 | A0 | A | 0 | 14 | 5F | 16 | 30 | 5A | 29 |
| Octal | 307 | 240 | 12 | 0 | 24 | 137 | 26 | 60 | 132 | 51 |
| Binary | 11000111 | 10100000 | 1010 | 0 | 10100 | 1011111 | 10110 | 110000 | 1011010 | 101001 |
Color Harmonies of #C7A00A
Complementary color
Monochromatic Colors of #C7A00A
Black with #C7A00A
Text Example
Text Example
White with #C7A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A00A; }
p { color: rgb(199,160,10); }
H1.HeaderClassName
{
color: #C7A00A;
}
.AnyTagClassName
{
color: #C7A00A;
}
</style>
background-color css
<style>
a { background-color: #C7A00A; }
a { background-color: rgb(199,160,10); }
div.DivClassName
{
background-color: #C7A00A;
}
.BgClassName
{
background-color: #C7A00A;
}
</style>
border-color css
<style>
span { border-color: #C7A00A; }
span { border-color: rgb(199,160,10); }
td.TdClassName
{
border-color: #C7A00A;
}
.TagClassName
{
border-color: #C7A00A;
}
</style>