#C7A815

Color #C7A815 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C7A815

Tints of Buddha Gold #C7A815

Color information

#C7A815 (or 0xC7A815) is unknown color: approx Buddha Gold. HEX triplet: C7, A8 and 15. RGB value is (199,168,21). Sum of RGB (Red+Green+Blue) = 199+168+21=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A815 is #3857EA. Grayscale: #A1A1A1. Windows color (decimal): -3692523 or 1419463. OLE color: 1419463.

HSL color Cylindrical-coordinate representation of color #C7A815: hue angle of 49.55º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7A815 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19916821-
CMYK00.160.890.22
HSL49.55º80.91%43.14%-
HSV(B)49.55º89.45%78.04%-
XYZ37.6940.26.48-
YUV160.5149.27155.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=51.29%
G=43.30%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991682100.160.890.2249.5580.9143.14
HexC7A815010591632512b
Octal30725025020131266212153
Binary1100011110101000101010100001011001101101100101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A815; }

 p { color: rgb(199,168,21); }

 H1.HeaderClassName
 {
   color: #C7A815;
 }
 .AnyTagClassName
 {
   color: #C7A815;
 }
</style>
background-color css

<style>
 a { background-color: #C7A815; }

 a { background-color: rgb(199,168,21); }

 div.DivClassName
 {
   background-color: #C7A815;
 }
 .BgClassName
 {
   background-color: #C7A815;
 }
</style>
border-color css

<style>
 span { border-color: #C7A815; }

 span { border-color: rgb(199,168,21); }

 td.TdClassName
 {
   border-color: #C7A815;
 }
 .TagClassName
 {
   border-color: #C7A815;
 }
</style>