#C1A813

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

Shades of Buddha Gold #C1A813

Tints of Buddha Gold #C1A813

Color information

#C1A813 (or 0xC1A813) is unknown color: approx Buddha Gold. HEX triplet: C1, A8 and 13. RGB value is (193,168,19). Sum of RGB (Red+Green+Blue) = 193+168+19=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A813 is #3E57EC. Grayscale: #9F9F9F. Windows color (decimal): -4085741 or 1288385. OLE color: 1288385.

HSL color Cylindrical-coordinate representation of color #C1A813: hue angle of 51.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1A813 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19316819-
CMYK00.130.900.24
HSL51.38º82.08%41.57%-
HSV(B)51.38º90.16%75.69%-
XYZ36.1139.396.32-
YUV158.4949.28152.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 19 (7.81% from 255) = 5%
R=50.79%
G=44.21%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931681900.130.900.2451.3882.0841.57
HexC1A8130D5A1833522a
Octal30125023015132306312252
Binary110000011010100010011011011011010110001100111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A813; }

 p { color: rgb(193,168,19); }

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

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

 a { background-color: rgb(193,168,19); }

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

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

 span { border-color: rgb(193,168,19); }

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