#C3A712

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

Shades of Buddha Gold #C3A712

Tints of Buddha Gold #C3A712

Color information

#C3A712 (or 0xC3A712) is unknown color: approx Buddha Gold. HEX triplet: C3, A7 and 12. RGB value is (195,167,18). Sum of RGB (Red+Green+Blue) = 195+167+18=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A712 is #3C58ED. Grayscale: #9F9F9F. Windows color (decimal): -3954926 or 1222595. OLE color: 1222595.

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

Color convert

RGB19516718-
CMYK00.140.910.24
HSL50.51º83.1%41.76%-
HSV(B)50.51º90.77%76.47%-
XYZ36.4339.286.23-
YUV158.3948.78154.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=51.32%
G=43.95%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951671800.140.910.2450.5183.141.76
HexC3A7120E5B1833532a
Octal30324722016133306312352
Binary110000111010011110010011101011011110001100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A712; }

 p { color: rgb(195,167,18); }

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

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

 a { background-color: rgb(195,167,18); }

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

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

 span { border-color: rgb(195,167,18); }

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