#C7B848

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

Shades of Old Gold #C7B848

Tints of Old Gold #C7B848

Color information

#C7B848 (or 0xC7B848) is unknown color: approx Old Gold. HEX triplet: C7, B8 and 48. RGB value is (199,184,72). Sum of RGB (Red+Green+Blue) = 199+184+72=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B848 is #3847B7. Grayscale: #B0B0B0. Windows color (decimal): -3688376 or 4765895. OLE color: 4765895.

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

Color convert

RGB19918472-
CMYK00.080.640.22
HSL52.91º53.14%53.14%-
HSV(B)52.91º63.82%78.04%-
XYZ41.8646.8912.98-
YUV175.7269.47144.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=43.74%
G=40.44%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991847200.080.640.2252.9153.1453.14
HexC7B848084016353535
Octal30727011001010026656565
Binary1100011110111000100100001000100000010110110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B848; }

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

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

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

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

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

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

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

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