#C5BA48

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

Shades of Old Gold #C5BA48

Tints of Old Gold #C5BA48

Color information

#C5BA48 (or 0xC5BA48) is unknown color: approx Old Gold. HEX triplet: C5, BA and 48. RGB value is (197,186,72). Sum of RGB (Red+Green+Blue) = 197+186+72=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA48 is #3A45B7. Grayscale: #B0B0B0. Windows color (decimal): -3818936 or 4766405. OLE color: 4766405.

HSL color Cylindrical-coordinate representation of color #C5BA48: hue angle of 54.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5BA48 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19718672-
CMYK00.060.630.23
HSL54.72º51.87%52.75%-
HSV(B)54.72º63.45%77.25%-
XYZ41.7547.4613.09-
YUV176.2969.14142.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=43.30%
G=40.88%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971867200.060.630.2354.7251.8752.75
HexC5BA48063F17373435
Octal305272110067727676465
Binary11000101101110101001000011011111110111110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA48; }

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

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

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

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

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

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

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

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