#C6AC10

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

Shades of Buddha Gold #C6AC10

Tints of Buddha Gold #C6AC10

Color information

#C6AC10 (or 0xC6AC10) is unknown color: approx Buddha Gold. HEX triplet: C6, AC and 10. RGB value is (198,172,16). Sum of RGB (Red+Green+Blue) = 198+172+16=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AC10 is #3953EF. Grayscale: #A2A2A2. Windows color (decimal): -3757040 or 1092806. OLE color: 1092806.

HSL color Cylindrical-coordinate representation of color #C6AC10: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6AC10 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19817216-
CMYK00.130.920.22
HSL51.43º85.05%41.96%-
HSV(B)51.43º91.92%77.65%-
XYZ38.1341.556.5-
YUV161.9945.61153.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 16 (6.64% from 255) = 4.15%
R=51.30%
G=44.56%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981721600.130.920.2251.4385.0541.96
HexC6AC100D5C1633552a
Octal30625420015134266312552
Binary110001101010110010000011011011100101101100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC10; }

 p { color: rgb(198,172,16); }

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

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

 a { background-color: rgb(198,172,16); }

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

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

 span { border-color: rgb(198,172,16); }

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