#C8A91A

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

Shades of Buddha Gold #C8A91A

Tints of Buddha Gold #C8A91A

Color information

#C8A91A (or 0xC8A91A) is unknown color: approx Buddha Gold. HEX triplet: C8, A9 and 1A. RGB value is (200,169,26). Sum of RGB (Red+Green+Blue) = 200+169+26=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A91A is #3756E5. Grayscale: #A2A2A2. Windows color (decimal): -3626726 or 1747400. OLE color: 1747400.

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

Color convert

RGB20016926-
CMYK00.160.870.22
HSL49.31º76.99%44.31%-
HSV(B)49.31º87%78.43%-
XYZ38.1940.736.83-
YUV161.9751.27155.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 26 (10.55% from 255) = 6.58%
R=50.63%
G=42.78%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001692600.160.870.2249.3176.9944.31
HexC8A91A0105716314d2c
Octal31025132020127266111554
Binary1100100010101001110100100001010111101101100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A91A; }

 p { color: rgb(200,169,26); }

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

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

 a { background-color: rgb(200,169,26); }

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

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

 span { border-color: rgb(200,169,26); }

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