#C7A125

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

Shades of Buddha Gold #C7A125

Tints of Buddha Gold #C7A125

Color information

#C7A125 (or 0xC7A125) is unknown color: approx Buddha Gold. HEX triplet: C7, A1 and 25. RGB value is (199,161,37). Sum of RGB (Red+Green+Blue) = 199+161+37=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A125 is #385EDA. Grayscale: #9E9E9E. Windows color (decimal): -3694299 or 2466247. OLE color: 2466247.

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

Color convert

RGB19916137-
CMYK00.190.810.22
HSL45.93º68.64%46.27%-
HSV(B)45.93º81.41%78.04%-
XYZ36.6337.777.11-
YUV158.2359.59157.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 37 (14.84% from 255) = 9.32%
R=50.13%
G=40.55%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991613700.190.810.2245.9368.6446.27
HexC7A12501351162e452e
Octal30724145023121265610556
Binary11000111101000011001010100111010001101101011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A125; }

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

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

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

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

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

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

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

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