#C09A17

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

Shades of Buddha Gold #C09A17

Tints of Buddha Gold #C09A17

Color information

#C09A17 (or 0xC09A17) is unknown color: approx Buddha Gold. HEX triplet: C0, 9A and 17. RGB value is (192,154,23). Sum of RGB (Red+Green+Blue) = 192+154+23=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A17 is #3F65E8. Grayscale: #969696. Windows color (decimal): -4154857 or 1546944. OLE color: 1546944.

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

Color convert

RGB19215423-
CMYK00.200.880.25
HSL46.51º78.6%42.16%-
HSV(B)46.51º88.02%75.29%-
XYZ33.4534.385.68-
YUV150.4356.09157.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 154 (60.55% from 255) = 41.73%
BLUE value IS 23 (9.38% from 255) = 6.23%
R=52.03%
G=41.73%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921542300.200.880.2546.5178.642.16
HexC09A1701458192f4f2a
Octal30023227024130315711752
Binary1100000010011010101110101001011000110011011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A17; }

 p { color: rgb(192,154,23); }

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

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

 a { background-color: rgb(192,154,23); }

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

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

 span { border-color: rgb(192,154,23); }

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