#C2B53E

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

Shades of Old Gold #C2B53E

Tints of Old Gold #C2B53E

Color information

#C2B53E (or 0xC2B53E) is unknown color: approx Old Gold. HEX triplet: C2, B5 and 3E. RGB value is (194,181,62). Sum of RGB (Red+Green+Blue) = 194+181+62=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B53E is #3D4AC1. Grayscale: #ABABAB. Windows color (decimal): -4016834 or 4109762. OLE color: 4109762.

HSL color Cylindrical-coordinate representation of color #C2B53E: hue angle of 54.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2B53E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19418162-
CMYK00.070.680.24
HSL54.09º51.97%50.2%-
HSV(B)54.09º68.04%76.08%-
XYZ39.6444.8611.13-
YUV171.3266.31144.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 62 (24.61% from 255) = 14.19%
R=44.39%
G=41.42%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941816200.070.680.2454.0951.9750.2
HexC2B53E074418363432
Octal302265760710430666462
Binary11000010101101011111100111100010011000110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B53E; }

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

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

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

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

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

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

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

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