#C8A409

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

Shades of Buddha Gold #C8A409

Tints of Buddha Gold #C8A409

Color information

#C8A409 (or 0xC8A409) is unknown color: approx Buddha Gold. HEX triplet: C8, A4 and 09. RGB value is (200,164,9). Sum of RGB (Red+Green+Blue) = 200+164+9=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A409 is #375BF6. Grayscale: #9D9D9D. Windows color (decimal): -3628023 or 632008. OLE color: 632008.

HSL color Cylindrical-coordinate representation of color #C8A409: hue angle of 48.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8A409 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001649-
CMYK00.180.960.22
HSL48.69º91.39%40.98%-
HSV(B)48.69º95.5%78.43%-
XYZ37.1438.855.8-
YUV157.0944.43158.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=53.62%
G=43.97%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200164900.180.960.2248.6991.3940.98
HexC8A490126016315b29
Octal31024411022140266113351
Binary110010001010010010010100101100000101101100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A409; }

 p { color: rgb(200,164,9); }

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

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

 a { background-color: rgb(200,164,9); }

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

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

 span { border-color: rgb(200,164,9); }

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