#C7BE36

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

Shades of Old Gold #C7BE36

Tints of Old Gold #C7BE36

Color information

#C7BE36 (or 0xC7BE36) is unknown color: approx Old Gold. HEX triplet: C7, BE and 36. RGB value is (199,190,54). Sum of RGB (Red+Green+Blue) = 199+190+54=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE36 is #3841C9. Grayscale: #B1B1B1. Windows color (decimal): -3686858 or 3587783. OLE color: 3587783.

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

Color convert

RGB19919054-
CMYK00.050.730.22
HSL56.28º57.31%49.61%-
HSV(B)56.28º72.86%78.04%-
XYZ42.6349.2410.75-
YUV177.1958.48143.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=44.92%
G=42.89%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991905400.050.730.2256.2857.3149.61
HexC7BE36054916383932
Octal307276660511126707162
Binary11000111101111101101100101100100110110111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE36; }

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

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

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

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

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

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

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

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