#C6A017

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

Shades of Buddha Gold #C6A017

Tints of Buddha Gold #C6A017

Color information

#C6A017 (or 0xC6A017) is unknown color: approx Buddha Gold. HEX triplet: C6, A0 and 17. RGB value is (198,160,23). Sum of RGB (Red+Green+Blue) = 198+160+23=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A017 is #395FE8. Grayscale: #9C9C9C. Windows color (decimal): -3760105 or 1548486. OLE color: 1548486.

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

Color convert

RGB19816023-
CMYK00.190.880.22
HSL46.97º79.19%43.33%-
HSV(B)46.97º88.38%77.65%-
XYZ36.0137.216.09-
YUV155.7453.09158.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=51.97%
G=41.99%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981602300.190.880.2246.9779.1943.33
HexC6A01701358162f4f2b
Octal30624027023130265711753
Binary1100011010100000101110100111011000101101011111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A017; }

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

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

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

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

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

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

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

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