#C8B547

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

Shades of Old Gold #C8B547

Tints of Old Gold #C8B547

Color information

#C8B547 (or 0xC8B547) is unknown color: approx Old Gold. HEX triplet: C8, B5 and 47. RGB value is (200,181,71). Sum of RGB (Red+Green+Blue) = 200+181+71=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B547 is #374AB8. Grayscale: #AEAEAE. Windows color (decimal): -3623609 or 4699592. OLE color: 4699592.

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

Color convert

RGB20018171-
CMYK00.090.640.22
HSL51.16º53.97%53.14%-
HSV(B)51.16º64.5%78.43%-
XYZ41.4845.7812.61-
YUV174.1469.79146.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 71 (28.12% from 255) = 15.71%
R=44.25%
G=40.04%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001817100.090.640.2251.1653.9753.14
HexC8B547094016333635
Octal31026510701110026636665
Binary1100100010110101100011101001100000010110110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B547; }

 p { color: rgb(200,181,71); }

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

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

 a { background-color: rgb(200,181,71); }

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

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

 span { border-color: rgb(200,181,71); }

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