#C6A014

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

Shades of Buddha Gold #C6A014

Tints of Buddha Gold #C6A014

Color information

#C6A014 (or 0xC6A014) is unknown color: approx Buddha Gold. HEX triplet: C6, A0 and 14. RGB value is (198,160,20). Sum of RGB (Red+Green+Blue) = 198+160+20=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A014 is #395FEB. Grayscale: #9B9B9B. Windows color (decimal): -3760108 or 1351878. OLE color: 1351878.

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

Color convert

RGB19816020-
CMYK00.190.900.22
HSL47.19º81.65%42.75%-
HSV(B)47.19º89.9%77.65%-
XYZ35.9937.25.95-
YUV155.451.59158.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 20 (8.20% from 255) = 5.29%
R=52.38%
G=42.33%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981602000.190.900.2247.1981.6542.75
HexC6A0140135A162f522b
Octal30624024023132265712253
Binary1100011010100000101000100111011010101101011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A014; }

 p { color: rgb(198,160,20); }

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

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

 a { background-color: rgb(198,160,20); }

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

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

 span { border-color: rgb(198,160,20); }

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