#C1B73C

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

Shades of Old Gold #C1B73C

Tints of Old Gold #C1B73C

Color information

#C1B73C (or 0xC1B73C) is unknown color: approx Old Gold. HEX triplet: C1, B7 and 3C. RGB value is (193,183,60). Sum of RGB (Red+Green+Blue) = 193+183+60=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B73C is #3E48C3. Grayscale: #ACACAC. Windows color (decimal): -4081860 or 3979201. OLE color: 3979201.

HSL color Cylindrical-coordinate representation of color #C1B73C: hue angle of 55.49º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1B73C is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19318360-
CMYK00.050.690.24
HSL55.49º52.57%49.61%-
HSV(B)55.49º68.91%75.69%-
XYZ39.7445.5310.97-
YUV171.9764.81143-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 60 (23.83% from 255) = 13.76%
R=44.27%
G=41.97%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931836000.050.690.2455.4952.5749.61
HexC1B73C054518373532
Octal301267740510530676562
Binary11000001101101111111000101100010111000110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B73C; }

 p { color: rgb(193,183,60); }

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

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

 a { background-color: rgb(193,183,60); }

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

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

 span { border-color: rgb(193,183,60); }

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