#C7BE4A

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

Shades of Old Gold #C7BE4A

Tints of Old Gold #C7BE4A

Color information

#C7BE4A (or 0xC7BE4A) is unknown color: approx Old Gold. HEX triplet: C7, BE and 4A. RGB value is (199,190,74). Sum of RGB (Red+Green+Blue) = 199+190+74=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE4A is #3841B5. Grayscale: #B3B3B3. Windows color (decimal): -3686838 or 4898503. OLE color: 4898503.

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

Color convert

RGB19919074-
CMYK00.050.630.22
HSL55.68º52.74%53.53%-
HSV(B)55.68º62.81%78.04%-
XYZ43.249.4613.75-
YUV179.4768.48141.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=42.98%
G=41.04%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991907400.050.630.2255.6852.7453.53
HexC7BE4A053F16383536
Octal307276112057726706566
Binary11000111101111101001010010111111110110111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE4A; }

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

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

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

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

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

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

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

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