#C7C036

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

Shades of Old Gold #C7C036

Tints of Old Gold #C7C036

Color information

#C7C036 (or 0xC7C036) is unknown color: approx Old Gold. HEX triplet: C7, C0 and 36. RGB value is (199,192,54). Sum of RGB (Red+Green+Blue) = 199+192+54=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C036 is #383FC9. Grayscale: #B2B2B2. Windows color (decimal): -3686346 or 3588295. OLE color: 3588295.

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

Color convert

RGB19919254-
CMYK00.040.730.22
HSL57.1º57.31%49.61%-
HSV(B)57.1º72.86%78.04%-
XYZ43.0750.1110.89-
YUV178.3657.82142.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 54 (21.48% from 255) = 12.13%
R=44.72%
G=43.15%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991925400.040.730.2257.157.3149.61
HexC7C036044916393932
Octal307300660411126717162
Binary11000111110000001101100100100100110110111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C036; }

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

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

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

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

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

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

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

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