Shades of Buddha Gold #C7A208
Tints of Buddha Gold #C7A208
RGB
CMYK
RGB Variations
Color information
#C7A208 (or 0xC7A208) is known color: Buddha Gold. HEX triplet: C7, A2 and 08. RGB value is (199,162,8). Sum of RGB (Red+Green+Blue) = 199+162+8=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A208 is #385DF7. Grayscale: #9C9C9C. Windows color (decimal): -3694072 or 565959. OLE color: 565959.
HSL color Cylindrical-coordinate representation of color #C7A208: hue angle of 48.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7A208 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.22 |
| HSL | 48.38º | 0.92% | 0.41% | - |
| HSV(B) | 48.38º | 0.96% | 0.78% | - |
| XYZ | 36.52 | 38 | 5.64 | - |
| YUV | 155.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 8 | 0 | 0.19 | 0.96 | 0.22 | 48.38 | 0.92 | 0.41 |
| Hex | C7 | A2 | 8 | 0 | 13 | 60 | 16 | 30 | 5C | 29 |
| Octal | 307 | 242 | 10 | 0 | 23 | 140 | 26 | 60 | 134 | 51 |
| Binary | 11000111 | 10100010 | 1000 | 0 | 10011 | 1100000 | 10110 | 110000 | 1011100 | 101001 |
Color Harmonies of #C7A208
Complementary color
Monochromatic Colors of #C7A208
Black with #C7A208
Text Example
Text Example
White with #C7A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A208; }
p { color: rgb(199,162,8); }
H1.HeaderClassName
{
color: #C7A208;
}
.AnyTagClassName
{
color: #C7A208;
}
</style>
background-color css
<style>
a { background-color: #C7A208; }
a { background-color: rgb(199,162,8); }
div.DivClassName
{
background-color: #C7A208;
}
.BgClassName
{
background-color: #C7A208;
}
</style>
border-color css
<style>
span { border-color: #C7A208; }
span { border-color: rgb(199,162,8); }
td.TdClassName
{
border-color: #C7A208;
}
.TagClassName
{
border-color: #C7A208;
}
</style>