#C69419

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

Shades of Buddha Gold #C69419

Tints of Buddha Gold #C69419

Color information

#C69419 (or 0xC69419) is unknown color: approx Buddha Gold. HEX triplet: C6, 94 and 19. RGB value is (198,148,25). Sum of RGB (Red+Green+Blue) = 198+148+25=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69419 is #396BE6. Grayscale: #959595. Windows color (decimal): -3763175 or 1676486. OLE color: 1676486.

HSL color Cylindrical-coordinate representation of color #C69419: hue angle of 42.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C69419 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19814825-
CMYK00.250.870.22
HSL42.66º77.58%43.73%-
HSV(B)42.66º87.37%77.65%-
XYZ34.0533.265.54-
YUV148.9358.06163-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=53.37%
G=39.89%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981482500.250.870.2242.6677.5843.73
HexC6941901957162b4e2c
Octal30622431031127265311654
Binary1100011010010100110010110011010111101101010111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69419; }

 p { color: rgb(198,148,25); }

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

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

 a { background-color: rgb(198,148,25); }

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

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

 span { border-color: rgb(198,148,25); }

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