#C2960E

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

Shades of Buddha Gold #C2960E

Tints of Buddha Gold #C2960E

Color information

#C2960E (or 0xC2960E) is unknown color: approx Buddha Gold. HEX triplet: C2, 96 and 0E. RGB value is (194,150,14). Sum of RGB (Red+Green+Blue) = 194+150+14=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2960E is #3D69F1. Grayscale: #949494. Windows color (decimal): -4024818 or 956098. OLE color: 956098.

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

Color convert

RGB19415014-
CMYK00.230.930.24
HSL45.33º86.54%40.78%-
HSV(B)45.33º92.78%76.08%-
XYZ33.2333.315.09-
YUV147.6552.58161.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 14 (5.86% from 255) = 3.91%
R=54.19%
G=41.90%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941501400.230.930.2445.3386.5440.78
HexC296E0175D182d5729
Octal30222616027135305512751
Binary110000101001011011100101111011101110001011011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2960E; }

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

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

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

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

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

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

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

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