#c2b536

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

Shades of Old Gold #C2B536

Tints of Old Gold #C2B536

Color information

#C2B536 (or 0xC2B536) is unknown color: approx Old Gold. HEX triplet: C2, B5 and 36. RGB value is (194,181,54). Sum of RGB (Red+Green+Blue) = 194+181+54=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B536 is #3D4AC9. Grayscale: #AAAAAA. Windows color (decimal): -4016842 or 3585474. OLE color: 3585474.

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

Color convert

RGB19418154-
CMYK00.070.720.24
HSL54.43º56.45%48.63%-
HSV(B)54.43º72.16%76.08%-
XYZ39.4444.7810.06-
YUV170.4162.31144.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=45.22%
G=42.19%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941815400.070.720.2454.4356.4548.63
HexC2B536074818363831
Octal302265660711030667061
Binary11000010101101011101100111100100011000110110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b536; }

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

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

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

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

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

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

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

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