#C69212

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

Shades of Buddha Gold #C69212

Tints of Buddha Gold #C69212

Color information

#C69212 (or 0xC69212) is unknown color: approx Buddha Gold. HEX triplet: C6, 92 and 12. RGB value is (198,146,18). Sum of RGB (Red+Green+Blue) = 198+146+18=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C69212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69212 is #396DED. Grayscale: #939393. Windows color (decimal): -3763694 or 1217222. OLE color: 1217222.

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

Color convert

RGB19814618-
CMYK00.260.910.22
HSL42.67º83.33%42.35%-
HSV(B)42.67º90.91%77.65%-
XYZ33.6832.615.09-
YUV146.9655.23164.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 18 (7.42% from 255) = 4.97%
R=54.70%
G=40.33%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981461800.260.910.2242.6783.3342.35
HexC6921201A5B162b532a
Octal30622222032133265312352
Binary1100011010010010100100110101011011101101010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69212; }

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

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

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

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

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

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

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

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