#c0b53e

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

Shades of Old Gold #C0B53E

Tints of Old Gold #C0B53E

Color information

#C0B53E (or 0xC0B53E) is unknown color: approx Old Gold. HEX triplet: C0, B5 and 3E. RGB value is (192,181,62). Sum of RGB (Red+Green+Blue) = 192+181+62=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B53E is #3F4AC1. Grayscale: #ABABAB. Windows color (decimal): -4147906 or 4109760. OLE color: 4109760.

HSL color Cylindrical-coordinate representation of color #C0B53E: hue angle of 54.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0B53E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19218162-
CMYK00.060.680.25
HSL54.92º51.18%49.8%-
HSV(B)54.92º67.71%75.29%-
XYZ39.1344.611.1-
YUV170.7266.64143.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=44.14%
G=41.61%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921816200.060.680.2554.9251.1849.8
HexC0B53E064419373332
Octal300265760610431676362
Binary11000000101101011111100110100010011001110111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b53e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b53e; }

 p { color: rgb(192,181,62); }

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

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

 a { background-color: rgb(192,181,62); }

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

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

 span { border-color: rgb(192,181,62); }

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