#C6A116

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

Shades of Buddha Gold #C6A116

Tints of Buddha Gold #C6A116

Color information

#C6A116 (or 0xC6A116) is unknown color: approx Buddha Gold. HEX triplet: C6, A1 and 16. RGB value is (198,161,22). Sum of RGB (Red+Green+Blue) = 198+161+22=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A116 is #395EE9. Grayscale: #9C9C9C. Windows color (decimal): -3759850 or 1483206. OLE color: 1483206.

HSL color Cylindrical-coordinate representation of color #C6A116: hue angle of 47.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6A116 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19816122-
CMYK00.190.890.22
HSL47.39º80%43.14%-
HSV(B)47.39º88.89%77.65%-
XYZ36.1837.556.1-
YUV156.2252.26157.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 22 (8.98% from 255) = 5.77%
R=51.97%
G=42.26%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981612200.190.890.2247.398043.14
HexC6A11601359162f502b
Octal30624126023131265712053
Binary1100011010100001101100100111011001101101011111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A116; }

 p { color: rgb(198,161,22); }

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

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

 a { background-color: rgb(198,161,22); }

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

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

 span { border-color: rgb(198,161,22); }

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