#C0990F

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

Shades of Buddha Gold #C0990F

Tints of Buddha Gold #C0990F

Color information

#C0990F (or 0xC0990F) is unknown color: approx Buddha Gold. HEX triplet: C0, 99 and 0F. RGB value is (192,153,15). Sum of RGB (Red+Green+Blue) = 192+153+15=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0990F is #3F66F0. Grayscale: #959595. Windows color (decimal): -4155121 or 1022400. OLE color: 1022400.

HSL color Cylindrical-coordinate representation of color #C0990F: hue angle of 46.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0990F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19215315-
CMYK00.200.920.25
HSL46.78º85.51%40.59%-
HSV(B)46.78º92.19%75.29%-
XYZ33.2234.025.27-
YUV148.9352.42158.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 15 (6.25% from 255) = 4.17%
R=53.33%
G=42.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921531500.200.920.2546.7885.5140.59
HexC099F0145C192f5629
Octal30023117024134315712651
Binary110000001001100111110101001011100110011011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0990F; }

 p { color: rgb(192,153,15); }

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

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

 a { background-color: rgb(192,153,15); }

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

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

 span { border-color: rgb(192,153,15); }

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