#C7A025

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

Shades of Buddha Gold #C7A025

Tints of Buddha Gold #C7A025

Color information

#C7A025 (or 0xC7A025) is unknown color: approx Buddha Gold. HEX triplet: C7, A0 and 25. RGB value is (199,160,37). Sum of RGB (Red+Green+Blue) = 199+160+37=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A025 is #385FDA. Grayscale: #9E9E9E. Windows color (decimal): -3694555 or 2465991. OLE color: 2465991.

HSL color Cylindrical-coordinate representation of color #C7A025: hue angle of 45.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7A025 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19916037-
CMYK00.200.810.22
HSL45.56º68.64%46.27%-
HSV(B)45.56º81.41%78.04%-
XYZ36.4637.427.05-
YUV157.6459.92157.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=50.25%
G=40.40%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991603700.200.810.2245.5668.6446.27
HexC7A02501451162e452e
Octal30724045024121265610556
Binary11000111101000001001010101001010001101101011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A025; }

 p { color: rgb(199,160,37); }

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

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

 a { background-color: rgb(199,160,37); }

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

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

 span { border-color: rgb(199,160,37); }

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