#C3AA09

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

Shades of Buddha Gold #C3AA09

Tints of Buddha Gold #C3AA09

Color information

#C3AA09 (or 0xC3AA09) is unknown color: approx Buddha Gold. HEX triplet: C3, AA and 09. RGB value is (195,170,9). Sum of RGB (Red+Green+Blue) = 195+170+9=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AA09 is #3C55F6. Grayscale: #9F9F9F. Windows color (decimal): -3954167 or 633539. OLE color: 633539.

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

Color convert

RGB1951709-
CMYK00.130.950.24
HSL51.94º91.18%40%-
HSV(B)51.94º95.38%76.47%-
XYZ36.9340.376.1-
YUV159.1243.28153.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=52.14%
G=45.45%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195170900.130.950.2451.9491.1840
HexC3AA90D5F18345b28
Octal30325211015137306413350
Binary11000011101010101001011011011111110001101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA09; }

 p { color: rgb(195,170,9); }

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

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

 a { background-color: rgb(195,170,9); }

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

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

 span { border-color: rgb(195,170,9); }

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