#C2A715

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

Shades of Buddha Gold #C2A715

Tints of Buddha Gold #C2A715

Color information

#C2A715 (or 0xC2A715) is unknown color: approx Buddha Gold. HEX triplet: C2, A7 and 15. RGB value is (194,167,21). Sum of RGB (Red+Green+Blue) = 194+167+21=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A715 is #3D58EA. Grayscale: #9F9F9F. Windows color (decimal): -4020459 or 1419202. OLE color: 1419202.

HSL color Cylindrical-coordinate representation of color #C2A715: hue angle of 50.64º 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 #C2A715 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19416721-
CMYK00.140.890.24
HSL50.64º80.47%42.16%-
HSV(B)50.64º89.18%76.08%-
XYZ36.239.166.36-
YUV158.4350.45153.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 21 (8.59% from 255) = 5.50%
R=50.79%
G=43.72%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941672100.140.890.2450.6480.4742.16
HexC2A7150E591833502a
Octal30224725016131306312052
Binary110000101010011110101011101011001110001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A715; }

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

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

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

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

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

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

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

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