Shades of Buddha Gold #C7AA17
Tints of Buddha Gold #C7AA17
RGB
CMYK
RGB Variations
Color information
#C7AA17 (or 0xC7AA17) is known color: Buddha Gold. HEX triplet: C7, AA and 17. RGB value is (199,170,23). Sum of RGB (Red+Green+Blue) = 199+170+23=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA17 is #3855E8. Grayscale: #A2A2A2. Windows color (decimal): -3692009 or 1551047. OLE color: 1551047.
HSL color Cylindrical-coordinate representation of color #C7AA17: hue angle of 50.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7AA17 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 23 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.22 |
| HSL | 50.11º | 0.79% | 0.44% | - |
| HSV(B) | 50.11º | 0.88% | 0.78% | - |
| XYZ | 38.08 | 40.95 | 6.71 | - |
| YUV | 161.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 23 | 0 | 0.15 | 0.88 | 0.22 | 50.11 | 0.79 | 0.44 |
| Hex | C7 | AA | 17 | 0 | F | 58 | 16 | 32 | 4F | 2C |
| Octal | 307 | 252 | 27 | 0 | 17 | 130 | 26 | 62 | 117 | 54 |
| Binary | 11000111 | 10101010 | 10111 | 0 | 1111 | 1011000 | 10110 | 110010 | 1001111 | 101100 |
Color Harmonies of #C7AA17
Complementary color
Monochromatic Colors of #C7AA17
Black with #C7AA17
Text Example
Text Example
White with #C7AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA17; }
p { color: rgb(199,170,23); }
H1.HeaderClassName
{
color: #C7AA17;
}
.AnyTagClassName
{
color: #C7AA17;
}
</style>
background-color css
<style>
a { background-color: #C7AA17; }
a { background-color: rgb(199,170,23); }
div.DivClassName
{
background-color: #C7AA17;
}
.BgClassName
{
background-color: #C7AA17;
}
</style>
border-color css
<style>
span { border-color: #C7AA17; }
span { border-color: rgb(199,170,23); }
td.TdClassName
{
border-color: #C7AA17;
}
.TagClassName
{
border-color: #C7AA17;
}
</style>