#C6BC47

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

Shades of Old Gold #C6BC47

Tints of Old Gold #C6BC47

Color information

#C6BC47 (or 0xC6BC47) is unknown color: approx Old Gold. HEX triplet: C6, BC and 47. RGB value is (198,188,71). Sum of RGB (Red+Green+Blue) = 198+188+71=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC47 is #3943B8. Grayscale: #B2B2B2. Windows color (decimal): -3752889 or 4701382. OLE color: 4701382.

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

Color convert

RGB19818871-
CMYK00.050.640.22
HSL55.28º52.7%52.75%-
HSV(B)55.28º64.14%77.65%-
XYZ42.4148.4313.07-
YUV177.6567.81142.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 71 (28.12% from 255) = 15.54%
R=43.33%
G=41.14%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981887100.050.640.2255.2852.752.75
HexC6BC47054016373535
Octal3062741070510026676565
Binary110001101011110010001110101100000010110110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC47; }

 p { color: rgb(198,188,71); }

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

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

 a { background-color: rgb(198,188,71); }

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

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

 span { border-color: rgb(198,188,71); }

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