#C09610

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

Shades of Buddha Gold #C09610

Tints of Buddha Gold #C09610

Color information

#C09610 (or 0xC09610) is unknown color: approx Buddha Gold. HEX triplet: C0, 96 and 10. RGB value is (192,150,16). Sum of RGB (Red+Green+Blue) = 192+150+16=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09610 is #3F69EF. Grayscale: #939393. Windows color (decimal): -4155888 or 1087168. OLE color: 1087168.

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

Color convert

RGB19215016-
CMYK00.220.920.25
HSL45.68º84.62%40.78%-
HSV(B)45.68º91.67%75.29%-
XYZ32.7433.065.15-
YUV147.2853.91159.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 16 (6.64% from 255) = 4.47%
R=53.63%
G=41.90%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921501600.220.920.2545.6884.6240.78
HexC096100165C192e5529
Octal30022620026134315612551
Binary1100000010010110100000101101011100110011011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09610; }

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

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

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

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

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

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

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

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