#C9BB48

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

Shades of Old Gold #C9BB48

Tints of Old Gold #C9BB48

Color information

#C9BB48 (or 0xC9BB48) is unknown color: approx Old Gold. HEX triplet: C9, BB and 48. RGB value is (201,187,72). Sum of RGB (Red+Green+Blue) = 201+187+72=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB48 is #3644B7. Grayscale: #B2B2B2. Windows color (decimal): -3556536 or 4766665. OLE color: 4766665.

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

Color convert

RGB20118772-
CMYK00.070.640.21
HSL53.49º54.43%53.53%-
HSV(B)53.49º64.18%78.82%-
XYZ43.0348.4313.21-
YUV178.0868.14144.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=43.70%
G=40.65%
B=15.65%

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
Decimal2011877200.070.640.2153.4954.4353.53
HexC9BB48074015353636
Octal3112731100710025656666
Binary110010011011101110010000111100000010101110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB48; }

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

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

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

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

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

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

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

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