#C2A815

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

Shades of Buddha Gold #C2A815

Tints of Buddha Gold #C2A815

Color information

#C2A815 (or 0xC2A815) is unknown color: approx Buddha Gold. HEX triplet: C2, A8 and 15. RGB value is (194,168,21). Sum of RGB (Red+Green+Blue) = 194+168+21=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A815 is #3D57EA. Grayscale: #9F9F9F. Windows color (decimal): -4020203 or 1419458. OLE color: 1419458.

HSL color Cylindrical-coordinate representation of color #C2A815: hue angle of 50.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2A815 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19416821-
CMYK00.130.890.24
HSL50.98º80.47%42.16%-
HSV(B)50.98º89.18%76.08%-
XYZ36.3939.536.42-
YUV159.0250.11152.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 21 (8.59% from 255) = 5.48%
R=50.65%
G=43.86%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941682100.130.890.2450.9880.4742.16
HexC2A8150D591833502a
Octal30225025015131306312052
Binary110000101010100010101011011011001110001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A815; }

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

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

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

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

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

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

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

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