#C7A112

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

Shades of Buddha Gold #C7A112

Tints of Buddha Gold #C7A112

Color information

#C7A112 (or 0xC7A112) is unknown color: approx Buddha Gold. HEX triplet: C7, A1 and 12. RGB value is (199,161,18). Sum of RGB (Red+Green+Blue) = 199+161+18=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A112 is #385EED. Grayscale: #9C9C9C. Windows color (decimal): -3694318 or 1221063. OLE color: 1221063.

HSL color Cylindrical-coordinate representation of color #C7A112: hue angle of 47.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7A112 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19916118-
CMYK00.190.910.22
HSL47.4º83.41%42.55%-
HSV(B)47.4º90.95%78.04%-
XYZ36.4137.685.93-
YUV156.0650.09158.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=52.65%
G=42.59%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991611800.190.910.2247.483.4142.55
HexC7A1120135B162f532b
Octal30724122023133265712353
Binary1100011110100001100100100111011011101101011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A112; }

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

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

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

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

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

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

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

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