#C0A31A

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

Shades of Buddha Gold #C0A31A

Tints of Buddha Gold #C0A31A

Color information

#C0A31A (or 0xC0A31A) is unknown color: approx Buddha Gold. HEX triplet: C0, A3 and 1A. RGB value is (192,163,26). Sum of RGB (Red+Green+Blue) = 192+163+26=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A31A is #3F5CE5. Grayscale: #9C9C9C. Windows color (decimal): -4152550 or 1745856. OLE color: 1745856.

HSL color Cylindrical-coordinate representation of color #C0A31A: hue angle of 49.52º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0A31A is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19216326-
CMYK00.150.860.25
HSL49.52º76.15%42.75%-
HSV(B)49.52º86.46%75.29%-
XYZ35.0237.486.36-
YUV156.0554.61153.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 26 (10.55% from 255) = 6.82%
R=50.39%
G=42.78%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921632600.150.860.2549.5276.1542.75
HexC0A31A0F5619324c2b
Octal30024332017126316211453
Binary110000001010001111010011111010110110011100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A31A; }

 p { color: rgb(192,163,26); }

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

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

 a { background-color: rgb(192,163,26); }

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

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

 span { border-color: rgb(192,163,26); }

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