#C69A19

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

Shades of Buddha Gold #C69A19

Tints of Buddha Gold #C69A19

Color information

#C69A19 (or 0xC69A19) is unknown color: approx Buddha Gold. HEX triplet: C6, 9A and 19. RGB value is (198,154,25). Sum of RGB (Red+Green+Blue) = 198+154+25=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69A19 is #3965E6. Grayscale: #999999. Windows color (decimal): -3761639 or 1678022. OLE color: 1678022.

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

Color convert

RGB19815425-
CMYK00.220.870.22
HSL44.74º77.58%43.73%-
HSV(B)44.74º87.37%77.65%-
XYZ35.0235.195.87-
YUV152.4556.08160.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 25 (10.16% from 255) = 6.63%
R=52.52%
G=40.85%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981542500.220.870.2244.7477.5843.73
HexC69A1901657162d4e2c
Octal30623231026127265511654
Binary1100011010011010110010101101010111101101011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A19; }

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

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

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

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

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

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

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

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