#C7BA45

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

Shades of Old Gold #C7BA45

Tints of Old Gold #C7BA45

Color information

#C7BA45 (or 0xC7BA45) is unknown color: approx Old Gold. HEX triplet: C7, BA and 45. RGB value is (199,186,69). Sum of RGB (Red+Green+Blue) = 199+186+69=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA45 is #3845BA. Grayscale: #B1B1B1. Windows color (decimal): -3687867 or 4569799. OLE color: 4569799.

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

Color convert

RGB19918669-
CMYK00.070.650.22
HSL54º53.72%52.55%-
HSV(B)54º65.33%78.04%-
XYZ42.1947.6912.61-
YUV176.5567.31144.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 69 (27.34% from 255) = 15.20%
R=43.83%
G=40.97%
B=15.20%

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
Decimal1991866900.070.650.225453.7252.55
HexC7BA45074116363635
Octal3072721050710126666665
Binary110001111011101010001010111100000110110110110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA45; }

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

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

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

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

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

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

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

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