#C2B643

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

Shades of Old Gold #C2B643

Tints of Old Gold #C2B643

Color information

#C2B643 (or 0xC2B643) is unknown color: approx Old Gold. HEX triplet: C2, B6 and 43. RGB value is (194,182,67). Sum of RGB (Red+Green+Blue) = 194+182+67=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B643 is #3D49BC. Grayscale: #ACACAC. Windows color (decimal): -4016573 or 4437698. OLE color: 4437698.

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

Color convert

RGB19418267-
CMYK00.060.650.24
HSL54.33º51%51.18%-
HSV(B)54.33º65.46%76.08%-
XYZ39.9945.3311.95-
YUV172.4868.48143.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 67 (26.56% from 255) = 15.12%
R=43.79%
G=41.08%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941826700.060.650.2454.335151.18
HexC2B643064118363333
Octal3022661030610130666363
Binary110000101011011010000110110100000111000110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B643; }

 p { color: rgb(194,182,67); }

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

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

 a { background-color: rgb(194,182,67); }

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

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

 span { border-color: rgb(194,182,67); }

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