Shades of Buddha Gold #C7A20F
Tints of Buddha Gold #C7A20F
RGB
CMYK
RGB Variations
Color information
#C7A20F (or 0xC7A20F) is known color: Buddha Gold. HEX triplet: C7, A2 and 0F. RGB value is (199,162,15). Sum of RGB (Red+Green+Blue) = 199+162+15=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A20F is #385DF0. Grayscale: #9C9C9C. Windows color (decimal): -3694065 or 1024711. OLE color: 1024711.
HSL color Cylindrical-coordinate representation of color #C7A20F: hue angle of 47.93º 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 #C7A20F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.93º | 0.86% | 0.42% | - |
| HSV(B) | 47.93º | 0.92% | 0.78% | - |
| XYZ | 36.56 | 38.02 | 5.86 | - |
| YUV | 156.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 15 | 0 | 0.19 | 0.92 | 0.22 | 47.93 | 0.86 | 0.42 |
| Hex | C7 | A2 | F | 0 | 13 | 5C | 16 | 30 | 56 | 2A |
| Octal | 307 | 242 | 17 | 0 | 23 | 134 | 26 | 60 | 126 | 52 |
| Binary | 11000111 | 10100010 | 1111 | 0 | 10011 | 1011100 | 10110 | 110000 | 1010110 | 101010 |
Color Harmonies of #C7A20F
Complementary color
Monochromatic Colors of #C7A20F
Black with #C7A20F
Text Example
Text Example
White with #C7A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A20F; }
p { color: rgb(199,162,15); }
H1.HeaderClassName
{
color: #C7A20F;
}
.AnyTagClassName
{
color: #C7A20F;
}
</style>
background-color css
<style>
a { background-color: #C7A20F; }
a { background-color: rgb(199,162,15); }
div.DivClassName
{
background-color: #C7A20F;
}
.BgClassName
{
background-color: #C7A20F;
}
</style>
border-color css
<style>
span { border-color: #C7A20F; }
span { border-color: rgb(199,162,15); }
td.TdClassName
{
border-color: #C7A20F;
}
.TagClassName
{
border-color: #C7A20F;
}
</style>