#C1B932

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

Shades of Old Gold #C1B932

Tints of Old Gold #C1B932

Color information

#C1B932 (or 0xC1B932) is unknown color: approx Old Gold. HEX triplet: C1, B9 and 32. RGB value is (193,185,50). Sum of RGB (Red+Green+Blue) = 193+185+50=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B932 is #3E46CD. Grayscale: #ACACAC. Windows color (decimal): -4081358 or 3324353. OLE color: 3324353.

HSL color Cylindrical-coordinate representation of color #C1B932: hue angle of 56.64º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1B932 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19318550-
CMYK00.040.740.24
HSL56.64º58.85%47.65%-
HSV(B)56.64º74.09%75.69%-
XYZ39.9246.279.84-
YUV17259.15142.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 50 (19.92% from 255) = 11.68%
R=45.09%
G=43.22%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931855000.040.740.2456.6458.8547.65
HexC1B932044A18393b30
Octal301271620411230717360
Binary11000001101110011100100100100101011000111001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B932; }

 p { color: rgb(193,185,50); }

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

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

 a { background-color: rgb(193,185,50); }

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

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

 span { border-color: rgb(193,185,50); }

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