#C6AA10

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

Shades of Buddha Gold #C6AA10

Tints of Buddha Gold #C6AA10

Color information

#C6AA10 (or 0xC6AA10) is unknown color: approx Buddha Gold. HEX triplet: C6, AA and 10. RGB value is (198,170,16). Sum of RGB (Red+Green+Blue) = 198+170+16=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA10 is #3955EF. Grayscale: #A1A1A1. Windows color (decimal): -3757552 or 1092294. OLE color: 1092294.

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

Color convert

RGB19817016-
CMYK00.140.920.22
HSL50.77º85.05%41.96%-
HSV(B)50.77º91.92%77.65%-
XYZ37.7640.796.37-
YUV160.8246.28154.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 16 (6.64% from 255) = 4.17%
R=51.56%
G=44.27%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981701600.140.920.2250.7785.0541.96
HexC6AA100E5C1633552a
Octal30625220016134266312552
Binary110001101010101010000011101011100101101100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA10; }

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

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

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

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

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

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

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

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