#C69112

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

Shades of Buddha Gold #C69112

Tints of Buddha Gold #C69112

Color information

#C69112 (or 0xC69112) is unknown color: approx Buddha Gold. HEX triplet: C6, 91 and 12. RGB value is (198,145,18). Sum of RGB (Red+Green+Blue) = 198+145+18=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C69112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69112 is #396EED. Grayscale: #929292. Windows color (decimal): -3763950 or 1216966. OLE color: 1216966.

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

Color convert

RGB19814518-
CMYK00.270.910.22
HSL42.33º83.33%42.35%-
HSV(B)42.33º90.91%77.65%-
XYZ33.5232.35.04-
YUV146.3755.56164.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=54.85%
G=40.17%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981451800.270.910.2242.3383.3342.35
HexC6911201B5B162a532a
Octal30622122033133265212352
Binary1100011010010001100100110111011011101101010101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69112; }

 p { color: rgb(198,145,18); }

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

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

 a { background-color: rgb(198,145,18); }

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

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

 span { border-color: rgb(198,145,18); }

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