#C2960F

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

Shades of Buddha Gold #C2960F

Tints of Buddha Gold #C2960F

Color information

#C2960F (or 0xC2960F) is unknown color: approx Buddha Gold. HEX triplet: C2, 96 and 0F. RGB value is (194,150,15). Sum of RGB (Red+Green+Blue) = 194+150+15=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2960F is #3D69F0. Grayscale: #949494. Windows color (decimal): -4024817 or 1021634. OLE color: 1021634.

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

Color convert

RGB19415015-
CMYK00.230.920.24
HSL45.25º85.65%40.98%-
HSV(B)45.25º92.27%76.08%-
XYZ33.2433.325.13-
YUV147.7753.08160.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 15 (6.25% from 255) = 4.18%
R=54.04%
G=41.78%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941501500.230.920.2445.2585.6540.98
HexC296F0175C182d5629
Octal30222617027134305512651
Binary110000101001011011110101111011100110001011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2960F; }

 p { color: rgb(194,150,15); }

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

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

 a { background-color: rgb(194,150,15); }

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

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

 span { border-color: rgb(194,150,15); }

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