#C09218

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

Shades of Buddha Gold #C09218

Tints of Buddha Gold #C09218

Color information

#C09218 (or 0xC09218) is unknown color: approx Buddha Gold. HEX triplet: C0, 92 and 18. RGB value is (192,146,24). Sum of RGB (Red+Green+Blue) = 192+146+24=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09218 is #3F6DE7. Grayscale: #929292. Windows color (decimal): -4156904 or 1610432. OLE color: 1610432.

HSL color Cylindrical-coordinate representation of color #C09218: hue angle of 43.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09218 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19214624-
CMYK00.240.880.25
HSL43.57º77.78%42.35%-
HSV(B)43.57º87.5%75.29%-
XYZ32.1831.835.31-
YUV145.8559.24160.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=53.04%
G=40.33%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921462400.240.880.2543.5777.7842.35
HexC0921801858192c4e2a
Octal30022230030130315411652
Binary1100000010010010110000110001011000110011011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09218; }

 p { color: rgb(192,146,24); }

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

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

 a { background-color: rgb(192,146,24); }

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

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

 span { border-color: rgb(192,146,24); }

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