#C1B13A

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

Shades of Old Gold #C1B13A

Tints of Old Gold #C1B13A

Color information

#C1B13A (or 0xC1B13A) is unknown color: approx Old Gold. HEX triplet: C1, B1 and 3A. RGB value is (193,177,58). Sum of RGB (Red+Green+Blue) = 193+177+58=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B13A is #3E4EC5. Grayscale: #A8A8A8. Windows color (decimal): -4083398 or 3846593. OLE color: 3846593.

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

Color convert

RGB19317758-
CMYK00.080.700.24
HSL52.89º53.78%49.22%-
HSV(B)52.89º69.95%75.69%-
XYZ38.4843.0910.29-
YUV168.2265.8145.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=45.09%
G=41.36%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931775800.080.700.2452.8953.7849.22
HexC1B13A084618353631
Octal3012617201010630656661
Binary110000011011000111101001000100011011000110101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B13A; }

 p { color: rgb(193,177,58); }

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

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

 a { background-color: rgb(193,177,58); }

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

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

 span { border-color: rgb(193,177,58); }

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