#C1B537

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

Shades of Old Gold #C1B537

Tints of Old Gold #C1B537

Color information

#C1B537 (or 0xC1B537) is unknown color: approx Old Gold. HEX triplet: C1, B5 and 37. RGB value is (193,181,55). Sum of RGB (Red+Green+Blue) = 193+181+55=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B537 is #3E4AC8. Grayscale: #AAAAAA. Windows color (decimal): -4082377 or 3651009. OLE color: 3651009.

HSL color Cylindrical-coordinate representation of color #C1B537: hue angle of 54.78º 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 #C1B537 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19318155-
CMYK00.060.720.24
HSL54.78º55.65%48.63%-
HSV(B)54.78º71.5%75.69%-
XYZ39.2144.6610.17-
YUV170.2262.98144.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 55 (21.88% from 255) = 12.82%
R=44.99%
G=42.19%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931815500.060.720.2454.7855.6548.63
HexC1B537064818373831
Octal301265670611030677061
Binary11000001101101011101110110100100011000110111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B537; }

 p { color: rgb(193,181,55); }

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

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

 a { background-color: rgb(193,181,55); }

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

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

 span { border-color: rgb(193,181,55); }

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