#C2B240

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

Shades of Old Gold #C2B240

Tints of Old Gold #C2B240

Color information

#C2B240 (or 0xC2B240) is unknown color: approx Old Gold. HEX triplet: C2, B2 and 40. RGB value is (194,178,64). Sum of RGB (Red+Green+Blue) = 194+178+64=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B240 is #3D4DBF. Grayscale: #AAAAAA. Windows color (decimal): -4017600 or 4240066. OLE color: 4240066.

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

Color convert

RGB19417864-
CMYK00.080.670.24
HSL52.62º51.59%50.59%-
HSV(B)52.62º67.01%76.08%-
XYZ39.0943.6811.22-
YUV169.7968.3145.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 64 (25.39% from 255) = 14.68%
R=44.50%
G=40.83%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941786400.080.670.2452.6251.5950.59
HexC2B240084318353433
Octal30226210001010330656463
Binary1100001010110010100000001000100001111000110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B240; }

 p { color: rgb(194,178,64); }

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

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

 a { background-color: rgb(194,178,64); }

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

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

 span { border-color: rgb(194,178,64); }

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