#C0960D

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

Shades of Buddha Gold #C0960D

Tints of Buddha Gold #C0960D

Color information

#C0960D (or 0xC0960D) is unknown color: approx Buddha Gold. HEX triplet: C0, 96 and 0D. RGB value is (192,150,13). Sum of RGB (Red+Green+Blue) = 192+150+13=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0960D is #3F69F2. Grayscale: #939393. Windows color (decimal): -4155891 or 890560. OLE color: 890560.

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

Color convert

RGB19215013-
CMYK00.220.930.25
HSL45.92º87.32%40.2%-
HSV(B)45.92º93.23%75.29%-
XYZ32.7233.055.04-
YUV146.9452.41160.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 13 (5.47% from 255) = 3.66%
R=54.08%
G=42.25%
B=3.66%

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
Decimal1921501300.220.930.2545.9287.3240.2
HexC096D0165D192e5728
Octal30022615026135315612750
Binary110000001001011011010101101011101110011011101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0960D; }

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

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

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

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

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

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

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

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