#C7BE3F

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

Shades of Old Gold #C7BE3F

Tints of Old Gold #C7BE3F

Color information

#C7BE3F (or 0xC7BE3F) is unknown color: approx Old Gold. HEX triplet: C7, BE and 3F. RGB value is (199,190,63). Sum of RGB (Red+Green+Blue) = 199+190+63=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE3F is #3841C0. Grayscale: #B2B2B2. Windows color (decimal): -3686849 or 4177607. OLE color: 4177607.

HSL color Cylindrical-coordinate representation of color #C7BE3F: hue angle of 56.03º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7BE3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19919063-
CMYK00.050.680.22
HSL56.03º54.84%51.37%-
HSV(B)56.03º68.34%78.04%-
XYZ42.8649.3311.96-
YUV178.2162.98142.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 63 (25% from 255) = 13.94%
R=44.03%
G=42.04%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991906300.050.680.2256.0354.8451.37
HexC7BE3F054416383733
Octal307276770510426706763
Binary11000111101111101111110101100010010110111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE3F; }

 p { color: rgb(199,190,63); }

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

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

 a { background-color: rgb(199,190,63); }

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

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

 span { border-color: rgb(199,190,63); }

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