#C3A418

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

Shades of Buddha Gold #C3A418

Tints of Buddha Gold #C3A418

Color information

#C3A418 (or 0xC3A418) is unknown color: approx Buddha Gold. HEX triplet: C3, A4 and 18. RGB value is (195,164,24). Sum of RGB (Red+Green+Blue) = 195+164+24=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A418 is #3C5BE7. Grayscale: #9D9D9D. Windows color (decimal): -3955688 or 1615043. OLE color: 1615043.

HSL color Cylindrical-coordinate representation of color #C3A418: hue angle of 49.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3A418 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19516424-
CMYK00.160.880.24
HSL49.12º78.08%42.94%-
HSV(B)49.12º87.69%76.47%-
XYZ35.9538.226.35-
YUV157.3152.77154.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 24 (9.77% from 255) = 6.27%
R=50.91%
G=42.82%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951642400.160.880.2449.1278.0842.94
HexC3A4180105818314e2b
Octal30324430020130306111653
Binary1100001110100100110000100001011000110001100011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A418; }

 p { color: rgb(195,164,24); }

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

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

 a { background-color: rgb(195,164,24); }

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

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

 span { border-color: rgb(195,164,24); }

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