#C1941B

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

Shades of Buddha Gold #C1941B

Tints of Buddha Gold #C1941B

Color information

#C1941B (or 0xC1941B) is unknown color: approx Buddha Gold. HEX triplet: C1, 94 and 1B. RGB value is (193,148,27). Sum of RGB (Red+Green+Blue) = 193+148+27=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1941B is #3E6BE4. Grayscale: #949494. Windows color (decimal): -4090853 or 1807553. OLE color: 1807553.

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

Color convert

RGB19314827-
CMYK00.230.860.24
HSL43.73º75.45%43.14%-
HSV(B)43.73º86.01%75.69%-
XYZ32.7832.65.6-
YUV147.6659.91160.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=52.45%
G=40.22%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931482700.230.860.2443.7375.4543.14
HexC1941B01756182c4b2b
Octal30122433027126305411353
Binary1100000110010100110110101111010110110001011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1941B; }

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

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

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

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

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

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

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

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