#c1b639

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

Shades of Old Gold #C1B639

Tints of Old Gold #C1B639

Color information

#C1B639 (or 0xC1B639) is unknown color: approx Old Gold. HEX triplet: C1, B6 and 39. RGB value is (193,182,57). Sum of RGB (Red+Green+Blue) = 193+182+57=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B639 is #3E49C6. Grayscale: #ABABAB. Windows color (decimal): -4082119 or 3782337. OLE color: 3782337.

HSL color Cylindrical-coordinate representation of color #C1B639: hue angle of 55.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1B639 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19318257-
CMYK00.060.700.24
HSL55.15º54.4%49.02%-
HSV(B)55.15º70.47%75.69%-
XYZ39.4645.0910.49-
YUV171.0463.64143.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 57 (22.66% from 255) = 13.19%
R=44.68%
G=42.13%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931825700.060.700.2455.1554.449.02
HexC1B639064618373631
Octal301266710610630676661
Binary11000001101101101110010110100011011000110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b639; }

 p { color: rgb(193,182,57); }

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

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

 a { background-color: rgb(193,182,57); }

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

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

 span { border-color: rgb(193,182,57); }

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