#C5980C

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

Shades of Buddha Gold #C5980C

Tints of Buddha Gold #C5980C

Color information

#C5980C (or 0xC5980C) is unknown color: approx Buddha Gold. HEX triplet: C5, 98 and 0C. RGB value is (197,152,12). Sum of RGB (Red+Green+Blue) = 197+152+12=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5980C is #3A67F3. Grayscale: #969696. Windows color (decimal): -3827700 or 825541. OLE color: 825541.

HSL color Cylindrical-coordinate representation of color #C5980C: hue angle of 45.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5980C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB19715212-
CMYK00.230.940.23
HSL45.41º88.52%40.98%-
HSV(B)45.41º93.91%77.25%-
XYZ34.3234.355.17-
YUV149.4950.41161.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 12 (5.08% from 255) = 3.32%
R=54.57%
G=42.11%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971521200.230.940.2345.4188.5240.98
HexC598C0175E172d5929
Octal30523014027136275513151
Binary110001011001100011000101111011110101111011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5980C; }

 p { color: rgb(197,152,12); }

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

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

 a { background-color: rgb(197,152,12); }

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

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

 span { border-color: rgb(197,152,12); }

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