#C9BB49

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

Shades of Old Gold #C9BB49

Tints of Old Gold #C9BB49

Color information

#C9BB49 (or 0xC9BB49) is unknown color: approx Old Gold. HEX triplet: C9, BB and 49. RGB value is (201,187,73). Sum of RGB (Red+Green+Blue) = 201+187+73=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB49 is #3644B6. Grayscale: #B2B2B2. Windows color (decimal): -3556535 or 4832201. OLE color: 4832201.

HSL color Cylindrical-coordinate representation of color #C9BB49: hue angle of 53.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9BB49 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20118773-
CMYK00.070.640.21
HSL53.44º54.24%53.73%-
HSV(B)53.44º63.68%78.82%-
XYZ43.0648.4413.38-
YUV178.1968.64144.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=43.60%
G=40.56%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011877300.070.640.2153.4454.2453.73
HexC9BB49074015353636
Octal3112731110710025656666
Binary110010011011101110010010111100000010101110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB49; }

 p { color: rgb(201,187,73); }

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

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

 a { background-color: rgb(201,187,73); }

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

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

 span { border-color: rgb(201,187,73); }

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