#C69A1A

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

Shades of Buddha Gold #C69A1A

Tints of Buddha Gold #C69A1A

Color information

#C69A1A (or 0xC69A1A) is unknown color: approx Buddha Gold. HEX triplet: C6, 9A and 1A. RGB value is (198,154,26). Sum of RGB (Red+Green+Blue) = 198+154+26=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A1A is #3965E5. Grayscale: #999999. Windows color (decimal): -3761638 or 1743558. OLE color: 1743558.

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

Color convert

RGB19815426-
CMYK00.220.870.22
HSL44.65º76.79%43.92%-
HSV(B)44.65º86.87%77.65%-
XYZ35.0335.195.92-
YUV152.5656.58160.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 26 (10.55% from 255) = 6.88%
R=52.38%
G=40.74%
B=6.88%

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
Decimal1981542600.220.870.2244.6576.7943.92
HexC69A1A01657162d4d2c
Octal30623232026127265511554
Binary1100011010011010110100101101010111101101011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A1A; }

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

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

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

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

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

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

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

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