#C1941E

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

Shades of Buddha Gold #C1941E

Tints of Buddha Gold #C1941E

Color information

#C1941E (or 0xC1941E) is unknown color: approx Buddha Gold. HEX triplet: C1, 94 and 1E. RGB value is (193,148,30). Sum of RGB (Red+Green+Blue) = 193+148+30=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1941E is #3E6BE1. Grayscale: #949494. Windows color (decimal): -4090850 or 2004161. OLE color: 2004161.

HSL color Cylindrical-coordinate representation of color #C1941E: hue angle of 43.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1941E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19314830-
CMYK00.230.840.24
HSL43.44º73.09%43.73%-
HSV(B)43.44º84.46%75.69%-
XYZ32.8232.615.79-
YUV14861.41160.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=52.02%
G=39.89%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931483000.230.840.2443.4473.0943.73
HexC1941E01754182b492c
Octal30122436027124305311154
Binary1100000110010100111100101111010100110001010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1941E; }

 p { color: rgb(193,148,30); }

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

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

 a { background-color: rgb(193,148,30); }

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

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

 span { border-color: rgb(193,148,30); }

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