#C19A06

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

Shades of Buddha Gold #C19A06

Tints of Buddha Gold #C19A06

Color information

#C19A06 (or 0xC19A06) is unknown color: approx Buddha Gold. HEX triplet: C1, 9A and 06. RGB value is (193,154,6). Sum of RGB (Red+Green+Blue) = 193+154+6=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A06 is #3E65F9. Grayscale: #959595. Windows color (decimal): -4089338 or 432833. OLE color: 432833.

HSL color Cylindrical-coordinate representation of color #C19A06: hue angle of 47.49º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C19A06 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1931546-
CMYK00.200.970.24
HSL47.49º93.97%39.02%-
HSV(B)47.49º96.89%75.69%-
XYZ33.5834.465.05-
YUV148.7947.42159.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 6 (2.73% from 255) = 1.70%
R=54.67%
G=43.63%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193154600.200.970.2447.4993.9739.02
HexC19A601461182f5e27
Octal3012326024141305713647
Binary11000001100110101100101001100001110001011111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A06; }

 p { color: rgb(193,154,6); }

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

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

 a { background-color: rgb(193,154,6); }

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

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

 span { border-color: rgb(193,154,6); }

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