#C1A509

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

Shades of Buddha Gold #C1A509

Tints of Buddha Gold #C1A509

Color information

#C1A509 (or 0xC1A509) is unknown color: approx Buddha Gold. HEX triplet: C1, A5 and 09. RGB value is (193,165,9). Sum of RGB (Red+Green+Blue) = 193+165+9=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A509 is #3E5AF6. Grayscale: #9C9C9C. Windows color (decimal): -4086519 or 632257. OLE color: 632257.

HSL color Cylindrical-coordinate representation of color #C1A509: hue angle of 50.87º 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 #C1A509 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1931659-
CMYK00.150.950.24
HSL50.87º91.09%39.61%-
HSV(B)50.87º95.34%75.69%-
XYZ35.538.275.77-
YUV155.5945.28154.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 9 (3.91% from 255) = 2.45%
R=52.59%
G=44.96%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193165900.150.950.2450.8791.0939.61
HexC1A590F5F18335b28
Octal30124511017137306313350
Binary11000001101001011001011111011111110001100111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A509; }

 p { color: rgb(193,165,9); }

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

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

 a { background-color: rgb(193,165,9); }

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

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

 span { border-color: rgb(193,165,9); }

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