#C4A212

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

Shades of Buddha Gold #C4A212

Tints of Buddha Gold #C4A212

Color information

#C4A212 (or 0xC4A212) is unknown color: approx Buddha Gold. HEX triplet: C4, A2 and 12. RGB value is (196,162,18). Sum of RGB (Red+Green+Blue) = 196+162+18=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A212 is #3B5DED. Grayscale: #9C9C9C. Windows color (decimal): -3890670 or 1221316. OLE color: 1221316.

HSL color Cylindrical-coordinate representation of color #C4A212: hue angle of 48.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4A212 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19616218-
CMYK00.170.910.23
HSL48.54º83.18%41.96%-
HSV(B)48.54º90.82%76.86%-
XYZ35.7937.625.95-
YUV155.7550.26156.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=52.13%
G=43.09%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961621800.170.910.2348.5483.1841.96
HexC4A2120115B1731532a
Octal30424222021133276112352
Binary1100010010100010100100100011011011101111100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A212; }

 p { color: rgb(196,162,18); }

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

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

 a { background-color: rgb(196,162,18); }

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

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

 span { border-color: rgb(196,162,18); }

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