#C1B841

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

Shades of Old Gold #C1B841

Tints of Old Gold #C1B841

Color information

#C1B841 (or 0xC1B841) is unknown color: approx Old Gold. HEX triplet: C1, B8 and 41. RGB value is (193,184,65). Sum of RGB (Red+Green+Blue) = 193+184+65=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B841 is #3E47BE. Grayscale: #ADADAD. Windows color (decimal): -4081599 or 4307137. OLE color: 4307137.

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

Color convert

RGB19318465-
CMYK00.050.660.24
HSL55.78º50.79%50.59%-
HSV(B)55.78º66.32%75.69%-
XYZ40.094611.77-
YUV173.1266.98142.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 65 (25.78% from 255) = 14.71%
R=43.67%
G=41.63%
B=14.71%

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
Decimal1931846500.050.660.2455.7850.7950.59
HexC1B841054218383333
Octal3012701010510230706363
Binary110000011011100010000010101100001011000111000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B841; }

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

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

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

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

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

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

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

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