#C1B741

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

Shades of Old Gold #C1B741

Tints of Old Gold #C1B741

Color information

#C1B741 (or 0xC1B741) is unknown color: approx Old Gold. HEX triplet: C1, B7 and 41. RGB value is (193,183,65). Sum of RGB (Red+Green+Blue) = 193+183+65=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B741 is #3E48BE. Grayscale: #ADADAD. Windows color (decimal): -4081855 or 4306881. OLE color: 4306881.

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

Color convert

RGB19318365-
CMYK00.050.660.24
HSL55.31º50.79%50.59%-
HSV(B)55.31º66.32%75.69%-
XYZ39.8845.5911.7-
YUV172.5467.31142.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=43.76%
G=41.50%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931836500.050.660.2455.3150.7950.59
HexC1B741054218373333
Octal3012671010510230676363
Binary110000011011011110000010101100001011000110111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B741; }

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

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

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

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

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

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

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

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