#C19816

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

Shades of Buddha Gold #C19816

Tints of Buddha Gold #C19816

Color information

#C19816 (or 0xC19816) is unknown color: approx Buddha Gold. HEX triplet: C1, 98 and 16. RGB value is (193,152,22). Sum of RGB (Red+Green+Blue) = 193+152+22=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C19816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19816 is #3E67E9. Grayscale: #959595. Windows color (decimal): -4089834 or 1480897. OLE color: 1480897.

HSL color Cylindrical-coordinate representation of color #C19816: hue angle of 45.61º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C19816 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19315222-
CMYK00.210.890.24
HSL45.61º79.53%42.16%-
HSV(B)45.61º88.6%75.69%-
XYZ33.3733.855.53-
YUV149.4456.08159.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=52.59%
G=41.42%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931522200.210.890.2445.6179.5342.16
HexC1981601559182e502a
Octal30123026025131305612052
Binary1100000110011000101100101011011001110001011101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19816; }

 p { color: rgb(193,152,22); }

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

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

 a { background-color: rgb(193,152,22); }

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

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

 span { border-color: rgb(193,152,22); }

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