#C0950D

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

Shades of Buddha Gold #C0950D

Tints of Buddha Gold #C0950D

Color information

#C0950D (or 0xC0950D) is unknown color: approx Buddha Gold. HEX triplet: C0, 95 and 0D. RGB value is (192,149,13). Sum of RGB (Red+Green+Blue) = 192+149+13=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950D is #3F6AF2. Grayscale: #929292. Windows color (decimal): -4156147 or 890304. OLE color: 890304.

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

Color convert

RGB19214913-
CMYK00.220.930.25
HSL45.59º87.32%40.2%-
HSV(B)45.59º93.23%75.29%-
XYZ32.5632.734.98-
YUV146.3552.75160.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 13 (5.47% from 255) = 3.67%
R=54.24%
G=42.09%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921491300.220.930.2545.5987.3240.2
HexC095D0165D192e5728
Octal30022515026135315612750
Binary110000001001010111010101101011101110011011101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0950D; }

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

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

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

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

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

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

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

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