#C2A801

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

Shades of Buddha Gold #C2A801

Tints of Buddha Gold #C2A801

Color information

#C2A801 (or 0xC2A801) is unknown color: approx Buddha Gold. HEX triplet: C2, A8 and 01. RGB value is (194,168,1). Sum of RGB (Red+Green+Blue) = 194+168+1=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A801 is #3D57FE. Grayscale: #9D9D9D. Windows color (decimal): -4020223 or 108738. OLE color: 108738.

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

Color convert

RGB1941681-
CMYK00.130.990.24
HSL51.92º98.97%38.24%-
HSV(B)51.92º99.48%76.08%-
XYZ36.2639.485.74-
YUV156.7440.11154.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=53.44%
G=46.28%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194168100.130.990.2451.9298.9738.24
HexC2A810D6318346326
Octal3022501015143306414346
Binary11000010101010001011011100011110001101001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A801; }

 p { color: rgb(194,168,1); }

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

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

 a { background-color: rgb(194,168,1); }

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

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

 span { border-color: rgb(194,168,1); }

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