#C5A115

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

Shades of Buddha Gold #C5A115

Tints of Buddha Gold #C5A115

Color information

#C5A115 (or 0xC5A115) is unknown color: approx Buddha Gold. HEX triplet: C5, A1 and 15. RGB value is (197,161,21). Sum of RGB (Red+Green+Blue) = 197+161+21=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A115 is #3A5EEA. Grayscale: #9C9C9C. Windows color (decimal): -3825387 or 1417669. OLE color: 1417669.

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

Color convert

RGB19716121-
CMYK00.180.890.23
HSL47.73º80.73%42.75%-
HSV(B)47.73º89.34%77.25%-
XYZ35.9137.416.04-
YUV155.851.93157.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 21 (8.59% from 255) = 5.54%
R=51.98%
G=42.48%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971612100.180.890.2347.7380.7342.75
HexC5A115012591730512b
Octal30524125022131276012153
Binary1100010110100001101010100101011001101111100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A115; }

 p { color: rgb(197,161,21); }

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

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

 a { background-color: rgb(197,161,21); }

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

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

 span { border-color: rgb(197,161,21); }

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