#C1B441

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

Shades of Old Gold #C1B441

Tints of Old Gold #C1B441

Color information

#C1B441 (or 0xC1B441) is unknown color: approx Old Gold. HEX triplet: C1, B4 and 41. RGB value is (193,180,65). Sum of RGB (Red+Green+Blue) = 193+180+65=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B441 is #3E4BBE. Grayscale: #ABABAB. Windows color (decimal): -4082623 or 4306113. OLE color: 4306113.

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

Color convert

RGB19318065-
CMYK00.070.660.24
HSL53.91º50.79%50.59%-
HSV(B)53.91º66.32%75.69%-
XYZ39.2744.3611.49-
YUV170.7868.31143.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=44.06%
G=41.10%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931806500.070.660.2453.9150.7950.59
HexC1B441074218363333
Octal3012641010710230666363
Binary110000011011010010000010111100001011000110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B441; }

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

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

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

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

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

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

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

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