#C8B040

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

Shades of Old Gold #C8B040

Tints of Old Gold #C8B040

Color information

#C8B040 (or 0xC8B040) is unknown color: approx Old Gold. HEX triplet: C8, B0 and 40. RGB value is (200,176,64). Sum of RGB (Red+Green+Blue) = 200+176+64=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B040 is #374FBF. Grayscale: #AAAAAA. Windows color (decimal): -3624896 or 4239560. OLE color: 4239560.

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

Color convert

RGB20017664-
CMYK00.120.680.22
HSL49.41º55.28%51.76%-
HSV(B)49.41º68%78.43%-
XYZ40.2743.711.16-
YUV170.4167.95149.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=45.45%
G=40%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001766400.120.680.2249.4155.2851.76
HexC8B0400C4416313734
Octal31026010001410426616764
Binary1100100010110000100000001100100010010110110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B040; }

 p { color: rgb(200,176,64); }

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

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

 a { background-color: rgb(200,176,64); }

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

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

 span { border-color: rgb(200,176,64); }

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