Shades of Buddha Gold #C7AA01
Tints of Buddha Gold #C7AA01
RGB
CMYK
RGB Variations
Color information
#C7AA01 (or 0xC7AA01) is known color: Buddha Gold. HEX triplet: C7, AA and 01. RGB value is (199,170,1). Sum of RGB (Red+Green+Blue) = 199+170+1=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA01 is #3855FE. Grayscale: #A0A0A0. Windows color (decimal): -3692031 or 109255. OLE color: 109255.
HSL color Cylindrical-coordinate representation of color #C7AA01: hue angle of 51.21º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7AA01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.22 |
| HSL | 51.21º | 0.99% | 0.39% | - |
| HSV(B) | 51.21º | 0.99% | 0.78% | - |
| XYZ | 37.93 | 40.89 | 5.92 | - |
| YUV | 159.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 1 | 0 | 0.15 | 0.99 | 0.22 | 51.21 | 0.99 | 0.39 |
| Hex | C7 | AA | 1 | 0 | F | 63 | 16 | 33 | 63 | 27 |
| Octal | 307 | 252 | 1 | 0 | 17 | 143 | 26 | 63 | 143 | 47 |
| Binary | 11000111 | 10101010 | 1 | 0 | 1111 | 1100011 | 10110 | 110011 | 1100011 | 100111 |
Color Harmonies of #C7AA01
Complementary color
Monochromatic Colors of #C7AA01
Black with #C7AA01
Text Example
Text Example
White with #C7AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA01; }
p { color: rgb(199,170,1); }
H1.HeaderClassName
{
color: #C7AA01;
}
.AnyTagClassName
{
color: #C7AA01;
}
</style>
background-color css
<style>
a { background-color: #C7AA01; }
a { background-color: rgb(199,170,1); }
div.DivClassName
{
background-color: #C7AA01;
}
.BgClassName
{
background-color: #C7AA01;
}
</style>
border-color css
<style>
span { border-color: #C7AA01; }
span { border-color: rgb(199,170,1); }
td.TdClassName
{
border-color: #C7AA01;
}
.TagClassName
{
border-color: #C7AA01;
}
</style>