#C09314

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

Shades of Buddha Gold #C09314

Tints of Buddha Gold #C09314

Color information

#C09314 (or 0xC09314) is unknown color: approx Buddha Gold. HEX triplet: C0, 93 and 14. RGB value is (192,147,20). Sum of RGB (Red+Green+Blue) = 192+147+20=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09314 is #3F6CEB. Grayscale: #929292. Windows color (decimal): -4156652 or 1348544. OLE color: 1348544.

HSL color Cylindrical-coordinate representation of color #C09314: hue angle of 44.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09314 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19214720-
CMYK00.230.900.25
HSL44.3º81.13%41.57%-
HSV(B)44.3º89.58%75.29%-
XYZ32.332.125.16-
YUV145.9856.91160.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=53.48%
G=40.95%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921472000.230.900.2544.381.1341.57
HexC093140175A192c512a
Octal30022324027132315412152
Binary1100000010010011101000101111011010110011011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09314; }

 p { color: rgb(192,147,20); }

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

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

 a { background-color: rgb(192,147,20); }

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

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

 span { border-color: rgb(192,147,20); }

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