#C7BA46

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

Shades of Old Gold #C7BA46

Tints of Old Gold #C7BA46

Color information

#C7BA46 (or 0xC7BA46) is unknown color: approx Old Gold. HEX triplet: C7, BA and 46. RGB value is (199,186,70). Sum of RGB (Red+Green+Blue) = 199+186+70=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA46 is #3845B9. Grayscale: #B1B1B1. Windows color (decimal): -3687866 or 4635335. OLE color: 4635335.

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

Color convert

RGB19918670-
CMYK00.070.650.22
HSL53.95º53.53%52.75%-
HSV(B)53.95º64.82%78.04%-
XYZ42.2247.712.78-
YUV176.6667.81143.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=43.74%
G=40.88%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991867000.070.650.2253.9553.5352.75
HexC7BA46074116363635
Octal3072721060710126666665
Binary110001111011101010001100111100000110110110110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA46; }

 p { color: rgb(199,186,70); }

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

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

 a { background-color: rgb(199,186,70); }

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

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

 span { border-color: rgb(199,186,70); }

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