#C7B948

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

Shades of Old Gold #C7B948

Tints of Old Gold #C7B948

Color information

#C7B948 (or 0xC7B948) is unknown color: approx Old Gold. HEX triplet: C7, B9 and 48. RGB value is (199,185,72). Sum of RGB (Red+Green+Blue) = 199+185+72=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B948 is #3846B7. Grayscale: #B0B0B0. Windows color (decimal): -3688120 or 4766151. OLE color: 4766151.

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

Color convert

RGB19918572-
CMYK00.070.640.22
HSL53.39º53.14%53.14%-
HSV(B)53.39º63.82%78.04%-
XYZ42.0747.3113.04-
YUV176.369.14144.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=43.64%
G=40.57%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991857200.070.640.2253.3953.1453.14
HexC7B948074016353535
Octal3072711100710026656565
Binary110001111011100110010000111100000010110110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B948; }

 p { color: rgb(199,185,72); }

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

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

 a { background-color: rgb(199,185,72); }

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

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

 span { border-color: rgb(199,185,72); }

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