#C2A400

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

Shades of Buddha Gold #C2A400

Tints of Buddha Gold #C2A400

Color information

#C2A400 (or 0xC2A400) is unknown color: approx Buddha Gold. HEX triplet: C2, A4 and 00. RGB value is (194,164,0). Sum of RGB (Red+Green+Blue) = 194+164+0=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A400 is #3D5BFF. Grayscale: #9A9A9A. Windows color (decimal): -4021248 or 42178. OLE color: 42178.

HSL color Cylindrical-coordinate representation of color #C2A400: hue angle of 50.72º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2A400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1941640-
CMYK00.1510.24
HSL50.72º100%38.04%-
HSV(B)50.72º100%76.08%-
XYZ35.5238.025.47-
YUV154.2740.94156.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.19%
G=45.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194164000.1510.2450.7210038.04
HexC2A400F6418336426
Octal3022440017144306314446
Binary11000010101001000011111100100110001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A400; }

 p { color: rgb(194,164,0); }

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

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

 a { background-color: rgb(194,164,0); }

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

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

 span { border-color: rgb(194,164,0); }

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