#C7B742

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

Shades of Old Gold #C7B742

Tints of Old Gold #C7B742

Color information

#C7B742 (or 0xC7B742) is unknown color: approx Old Gold. HEX triplet: C7, B7 and 42. RGB value is (199,183,66). Sum of RGB (Red+Green+Blue) = 199+183+66=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B742 is #3848BD. Grayscale: #AEAEAE. Windows color (decimal): -3688638 or 4372423. OLE color: 4372423.

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

Color convert

RGB19918366-
CMYK00.080.670.22
HSL52.78º54.29%51.96%-
HSV(B)52.78º66.83%78.04%-
XYZ41.4746.411.93-
YUV174.4566.8145.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=44.42%
G=40.85%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991836600.080.670.2252.7854.2951.96
HexC7B742084316353634
Octal30726710201010326656664
Binary1100011110110111100001001000100001110110110101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B742; }

 p { color: rgb(199,183,66); }

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

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

 a { background-color: rgb(199,183,66); }

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

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

 span { border-color: rgb(199,183,66); }

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