#C3941C

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

Shades of Buddha Gold #C3941C

Tints of Buddha Gold #C3941C

Color information

#C3941C (or 0xC3941C) is unknown color: approx Buddha Gold. HEX triplet: C3, 94 and 1C. RGB value is (195,148,28). Sum of RGB (Red+Green+Blue) = 195+148+28=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3941C is #3C6BE3. Grayscale: #949494. Windows color (decimal): -3959780 or 1873091. OLE color: 1873091.

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

Color convert

RGB19514828-
CMYK00.240.860.24
HSL43.11º74.89%43.73%-
HSV(B)43.11º85.64%76.47%-
XYZ33.3132.875.69-
YUV148.3760.07161.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=52.56%
G=39.89%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951482800.240.860.2443.1174.8943.73
HexC3941C01856182b4b2c
Octal30322434030126305311354
Binary1100001110010100111000110001010110110001010111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3941C; }

 p { color: rgb(195,148,28); }

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

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

 a { background-color: rgb(195,148,28); }

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

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

 span { border-color: rgb(195,148,28); }

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