#C6A110

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

Shades of Buddha Gold #C6A110

Tints of Buddha Gold #C6A110

Color information

#C6A110 (or 0xC6A110) is unknown color: approx Buddha Gold. HEX triplet: C6, A1 and 10. RGB value is (198,161,16). Sum of RGB (Red+Green+Blue) = 198+161+16=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A110 is #395EEF. Grayscale: #9C9C9C. Windows color (decimal): -3759856 or 1089990. OLE color: 1089990.

HSL color Cylindrical-coordinate representation of color #C6A110: hue angle of 47.8º 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 #C6A110 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19816116-
CMYK00.190.920.22
HSL47.8º85.05%41.96%-
HSV(B)47.8º91.92%77.65%-
XYZ36.1337.535.83-
YUV155.5349.26158.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 16 (6.64% from 255) = 4.27%
R=52.8%
G=42.93%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981611600.190.920.2247.885.0541.96
HexC6A1100135C1630552a
Octal30624120023134266012552
Binary1100011010100001100000100111011100101101100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A110; }

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

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

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

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

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

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

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

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