#C6BA48

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

Shades of Old Gold #C6BA48

Tints of Old Gold #C6BA48

Color information

#C6BA48 (or 0xC6BA48) is unknown color: approx Old Gold. HEX triplet: C6, BA and 48. RGB value is (198,186,72). Sum of RGB (Red+Green+Blue) = 198+186+72=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA48 is #3945B7. Grayscale: #B1B1B1. Windows color (decimal): -3753400 or 4766406. OLE color: 4766406.

HSL color Cylindrical-coordinate representation of color #C6BA48: hue angle of 54.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6BA48 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19818672-
CMYK00.060.640.22
HSL54.29º52.5%52.94%-
HSV(B)54.29º63.64%77.65%-
XYZ42.0247.5913.1-
YUV176.5968.98143.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=43.42%
G=40.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981867200.060.640.2254.2952.552.94
HexC6BA48064016363535
Octal3062721100610026666565
Binary110001101011101010010000110100000010110110110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA48; }

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

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

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

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

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

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

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

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