#C9BA48

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

Shades of Old Gold #C9BA48

Tints of Old Gold #C9BA48

Color information

#C9BA48 (or 0xC9BA48) is unknown color: approx Old Gold. HEX triplet: C9, BA and 48. RGB value is (201,186,72). Sum of RGB (Red+Green+Blue) = 201+186+72=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA48 is #3645B7. Grayscale: #B1B1B1. Windows color (decimal): -3556792 or 4766409. OLE color: 4766409.

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

Color convert

RGB20118672-
CMYK00.070.640.21
HSL53.02º54.43%53.53%-
HSV(B)53.02º64.18%78.82%-
XYZ42.824813.14-
YUV177.4968.47144.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=43.79%
G=40.52%
B=15.69%

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
Decimal2011867200.070.640.2153.0254.4353.53
HexC9BA48074015353636
Octal3112721100710025656666
Binary110010011011101010010000111100000010101110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA48; }

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

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

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

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

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

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

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

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