Shades of Buddha Gold #C7A00F
Tints of Buddha Gold #C7A00F
RGB
CMYK
RGB Variations
Color information
#C7A00F (or 0xC7A00F) is known color: Buddha Gold. HEX triplet: C7, A0 and 0F. RGB value is (199,160,15). Sum of RGB (Red+Green+Blue) = 199+160+15=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A00F is #385FF0. Grayscale: #9B9B9B. Windows color (decimal): -3694577 or 1024199. OLE color: 1024199.
HSL color Cylindrical-coordinate representation of color #C7A00F: hue angle of 47.28º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7A00F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.22 |
| HSL | 47.28º | 0.86% | 0.42% | - |
| HSV(B) | 47.28º | 0.92% | 0.78% | - |
| XYZ | 36.21 | 37.32 | 5.75 | - |
| YUV | 155.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 15 | 0 | 0.20 | 0.92 | 0.22 | 47.28 | 0.86 | 0.42 |
| Hex | C7 | A0 | F | 0 | 14 | 5C | 16 | 2F | 56 | 2A |
| Octal | 307 | 240 | 17 | 0 | 24 | 134 | 26 | 57 | 126 | 52 |
| Binary | 11000111 | 10100000 | 1111 | 0 | 10100 | 1011100 | 10110 | 101111 | 1010110 | 101010 |
Color Harmonies of #C7A00F
Complementary color
Monochromatic Colors of #C7A00F
Black with #C7A00F
Text Example
Text Example
White with #C7A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A00F; }
p { color: rgb(199,160,15); }
H1.HeaderClassName
{
color: #C7A00F;
}
.AnyTagClassName
{
color: #C7A00F;
}
</style>
background-color css
<style>
a { background-color: #C7A00F; }
a { background-color: rgb(199,160,15); }
div.DivClassName
{
background-color: #C7A00F;
}
.BgClassName
{
background-color: #C7A00F;
}
</style>
border-color css
<style>
span { border-color: #C7A00F; }
span { border-color: rgb(199,160,15); }
td.TdClassName
{
border-color: #C7A00F;
}
.TagClassName
{
border-color: #C7A00F;
}
</style>