#C1A003

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

Shades of Buddha Gold #C1A003

Tints of Buddha Gold #C1A003

Color information

#C1A003 (or 0xC1A003) is unknown color: approx Buddha Gold. HEX triplet: C1, A0 and 03. RGB value is (193,160,3). Sum of RGB (Red+Green+Blue) = 193+160+3=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A003 is #3E5FFC. Grayscale: #989898. Windows color (decimal): -4087805 or 237761. OLE color: 237761.

HSL color Cylindrical-coordinate representation of color #C1A003: hue angle of 49.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1A003 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1931603-
CMYK00.170.980.24
HSL49.58º96.94%38.43%-
HSV(B)49.58º98.45%75.69%-
XYZ34.5836.495.31-
YUV151.9743.93157.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=54.21%
G=44.94%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193160300.170.980.2449.5896.9438.43
HexC1A030116218326126
Octal3012403021142306214146
Binary1100000110100000110100011100010110001100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A003; }

 p { color: rgb(193,160,3); }

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

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

 a { background-color: rgb(193,160,3); }

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

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

 span { border-color: rgb(193,160,3); }

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