#C0940D

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

Shades of Buddha Gold #C0940D

Tints of Buddha Gold #C0940D

Color information

#C0940D (or 0xC0940D) is unknown color: approx Buddha Gold. HEX triplet: C0, 94 and 0D. RGB value is (192,148,13). Sum of RGB (Red+Green+Blue) = 192+148+13=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0940D is #3F6BF2. Grayscale: #929292. Windows color (decimal): -4156403 or 890048. OLE color: 890048.

HSL color Cylindrical-coordinate representation of color #C0940D: hue angle of 45.25º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0940D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19214813-
CMYK00.230.930.25
HSL45.25º87.32%40.2%-
HSV(B)45.25º93.23%75.29%-
XYZ32.432.424.93-
YUV145.7753.08160.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=54.39%
G=41.93%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921481300.230.930.2545.2587.3240.2
HexC094D0175D192d5728
Octal30022415027135315512750
Binary110000001001010011010101111011101110011011011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0940D; }

 p { color: rgb(192,148,13); }

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

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

 a { background-color: rgb(192,148,13); }

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

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

 span { border-color: rgb(192,148,13); }

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